Get Booking
Bookings
Get Booking
Retrieve a single booking by its unique NowBookIt booking ID
GET
Get Booking
Your partner API key.
Path Parameters
The NowBookIt booking ID. Obtained from List Bookings or Create Booking.
Response
Unique NowBookIt booking identifier.
NowBookIt venue/location identifier.
How the booking was created (e.g.,
"online", "phone", "walkin", "pos").ISO 8601 timestamp of when the booking was originally created.
Booking datetime in venue local time.
Duration in minutes.
Number of guests.
NowBookIt service ID.
Human-readable service name.
Service type classification.
ISO 8601 timestamp of the most recent modification.
Booking notes.
Customer/guest details. Only populated for subscribed customers.
Tables assigned to this booking.
Tags attached to the booking.
Current booking status.
Payment details for the booking.
Pre-ordered or pre-paid items on this booking.
Examples
Example Response (200)
Status Codes
| Code | Description |
|---|---|
200 | Success |
400 | Invalid request |
401 | Invalid or missing X-API-KEY |
404 | Booking not found |
429 | Rate limit exceeded |