List bookings
Paginated listing of the venue bookings (dossiers), newest first by default.
Pagination: cursor-based. Pass the next_cursor value of a response as the cursor parameter of the next request, until next_cursor is null. A page may contain fewer than limit items even when more data remains (internal scan bound on very large venues): always rely on next_cursor, never on the item count.
Filter combinations: date_from/date_to (a booking matches when at least one of its events is inside the window) can only be combined with status_id. created_from/created_to can be combined with status_id OR contact_id. status_id and contact_id are mutually exclusive.
Authorizations
Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.
Query Parameters
Maximum bookings per page
1 <= x <= 100Opaque pagination cursor from the previous page
Window start (YYYY-MM-DD, inclusive). Requires date_to.
Window end (YYYY-MM-DD, inclusive). Requires date_from.
Bookings created at or after this Unix millisecond timestamp
Bookings created at or before this Unix millisecond timestamp
Filter by status ID
Filter by contact ID
