Bookings
Retrieve a booking
Fetch the current state of a booking.
GET
Returns the current state of a booking, including its status, assigned
therapist and scheduled time.
Path parameters
The booking id returned by
POST /v1/bookings. You can also pass your own
external_reference by prefixing it with ext: (e.g.
ext:STAYCATION-ABC123).Response
Returns the Booking object.Errors
| Code | HTTP | Meaning |
|---|---|---|
BOOKING_NOT_FOUND | 404 | Unknown booking id or external reference |
FORBIDDEN | 403 | Booking exists but was not created by your API key |