List Bookings
Bookings
List Bookings
Retrieve a list of bookings with optional filters for date range, service, and customer details
GET
List Bookings
Your partner API key. Contact partners@nowbookit.com to obtain one.
Query Parameters
Filter bookings by service name (e.g.,
"Dinner", "Lunch").Start of the booking date range. Required when
EndDate is provided.Format: yyyy-MM-ddTHH:mm:ss.fffZExample: 2024-06-01T00:00:00.000ZEnd of the booking date range. Required when
StartDate is provided.Format: yyyy-MM-ddTHH:mm:ss.fffZStart of the last-modified date range. Required when
UpdatedToDate is provided.Format: yyyy-MM-ddTHH:mm:ss.fffZUse this pair to poll for changes since your last sync.End of the last-modified date range. Required when
UpdatedFromDate is provided.Format: yyyy-MM-ddTHH:mm:ss.fffZWhen
true, each booking object will include a nested customer object with the guest’s contact details.When
false, cancelled bookings are excluded from results.Response
Total number of bookings returned in this response.
List of booking objects.
Examples
Example Response
Status Codes
| Code | Description |
|---|---|
200 | Success |
400 | Missing loggedInAppId or no venue linked to your app |
401 | Invalid or missing X-API-KEY |
429 | Rate limit exceeded |