Booking

List bookings

get

List all bookings

Query parameters
Responses
200

A list of bookings

application/json
get
/bookings
200

A list of bookings

Get a booking by ID

get

Get a booking by ID

Path parameters
booking_idstring · uuidRequired

ID of the booking to get

Query parameters
Responses
200

The booking

application/json
get
/bookings/{booking_id}
200

The booking

Last updated