Skip to main content
GET
/
bookings
/
get-booking
Get Booking
curl --request GET \
  --url http://localhost:3000/api/bookings/get-booking
{
  "id": "<string>",
  "status": "<string>",
  "dateTimestamp": 123,
  "startTime": 123,
  "endTime": 123,
  "totalFee": "<string>",
  "depositFee": "<string>",
  "location": "<string>"
}

Query Parameters

id
string
required

The ID of the booking to retrieve

Response

200 - application/json

Booking retrieved successfully

id
string
status
string
dateTimestamp
number
startTime
number
endTime
number
totalFee
string
depositFee
string
location
string