Skip to main content
GET
Get Booking Statuses
Retrieve all available booking status codes for your NowBookIt location.
string
required
Your API key
Use the code field value when setting status in booking endpoints like POST /Bookings, PATCH /Bookings/{id}/updatestatus, or POST /Sales.
Response is an array of BookingStatus objects. Example 200 Response

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

API Key authentication header

Response

List of booking statuses

statusType
string | null
code
string | null

The Booking Status Code.

name
string | null

The Booking Status string.