Skip to main content

Get Single

GET 

/api/booking/1

API Request Description

Purpose

This endpoint retrieves the details of a specific booking identified by its unique ID. In this case, the booking ID is 1.

Expected Input Parameters

This GET request does not require any additional input parameters in the request body. The booking ID is included directly in the URL.

Response Structure

The response will contain the details of the booking. While the exact structure of the response is not specified, it typically includes key information such as:

  • Booking ID
  • Customer details
  • Booking status
  • Date and time of the booking
  • Any additional relevant booking information

Ensure to handle the response appropriately to extract the necessary details for your application.

Responses