GET /Resources/booking-statuses
Resources
GET /Resources/booking-statuses
Retrieve all available booking status codes for your NowBookIt location.
GET
GET /Resources/booking-statuses
Retrieve all available booking status codes for your NowBookIt location.
Response is an array of BookingStatus objects.
Example 200 Response
Your API key
| Field | Type | Description |
|---|---|---|
statusType | string | Category of status (e.g. standard) |
code | string | Machine-readable status code — use this in API calls |
name | string | Human-readable label |
| Status | Description |
|---|---|
200 | Statuses returned |
400 | loggedInAppId |
400 | No Venue Subscribed to your App. |
401 | X-API-KEY missing or invalid |
429 | Rate limit exceeded |