Booking statuses
Get a booking status
Get information about a specific booking status. Booking status IDs are used when creating or updating bookings (POST /bookings).
get/booking-statuses/{booking_status_id}
Path parameters
booking_status_idstring required
The unique ID of the booking status.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"booking_status_id": "8bf3397ab62d3ffd876fc9ae16",
"name": "Pending",
"created_at": "2022-09-14 07:39:08.99493",
"state": 1,
"last_change": "2022-09-14 07:39:08.99493"
}
}