Skip to main content
GET
Get Booking
string
required
Your partner API key.

Path Parameters

string
required
The NowBookIt booking ID. Obtained from List Bookings or Create Booking.

Response

string
Unique NowBookIt booking identifier.
string
NowBookIt venue/location identifier.
string
How the booking was created (e.g., "online", "phone", "walkin", "pos").
string
ISO 8601 timestamp of when the booking was originally created.
string
Booking datetime in venue local time.
integer
Duration in minutes.
integer
Number of guests.
string
NowBookIt service ID.
string
Human-readable service name.
string
Service type classification.
string
ISO 8601 timestamp of the most recent modification.
string
Booking notes.
object
Customer/guest details
array
Tables assigned to this booking.
array
Tags attached to the booking.
object
Current booking status.
object
Payment details for the booking.
array
Pre-ordered or pre-paid items on this booking.

Examples

Example Response (200)


Status Codes

Authorizations

X-API-KEY
string
header
required

Headers

X-API-KEY
string
required

API Key authentication header

Path Parameters

id
string
required

Response

Get Booking By Id

locationId
string | null

The Pos System Location Id for the Venue.

bookingId
string | null

The Unique booking id.

method
string | null

The method used for booking.

bookedAt
string | null

The UTC Date & Time when the booking was made.

bookingTime
string | null

The booking time.

duration
integer<int32>

Duration of Booking in minutes.

people
integer<int32>

Total number of people in booking.

customer
object
tables
object[] | null
tags
object[] | null
status
object
notes
string | null
paymentSummary
object
serviceId
string | null
lastModifiedDate
string | null
serviceName
string | null
serviceType
string | null
items
object[] | null