Search reservations
Returns a paginated list of reservation summary rows for the authenticated restaurant. Use this endpoint to filter by date range, customer contact data, status, external reference, or party size. For full reservation details, call GET /reservations/{id}.
Authorizations
Restaurant-scoped partner API token passed as Authorization: Bearer <token>.
Query Parameters
Lower inclusive datetime bound for reservation start time filtering.
Upper inclusive datetime bound for reservation start time filtering.
Filter reservations by the linked customer email address.
Filter reservations by the linked customer phone number.
1Filter reservations by one or more reservation statuses. Repeat the query parameter to pass multiple values.
PENDING, PENDING_PAYMENT, CANCELED_BY_USER, CONFIRMED, CONFIRMED_PENDING_PAYMENT, MANUALLY_CONFIRMED, DOUBLE_CONFIRMED, REJECTED, CANCELED_BY_RESTAURANT, SHOWED_UP, NO_SHOW, SEATED, PARTIALLY_SEATED, DONE, SEATED_FOR_DRINKS Filter reservations by the partner-provided external reference.
1Filter reservations by party size.
x >= 11-based page number for paginated search results.
x >= 1Number of reservations returned per page, from 1 to 100.
1 <= x <= 100