List a page of bookings for authenticated account

Return an offset-paginated page of bookings for the authenticated account. The same filters as GET /v1/bookings apply; results are served from Mercury's booking mirror with no per-request upstream fetch. meta.totalCount is the mirror count — not a live upstream total. A booking made outside Mercury appears once the mirror receives it (change feed, or the hourly background sync at the latest).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
enum

Filter by travel vertical.

array | null

Filter by one or more statuses (repeat to combine, e.g. ?status=confirmed&status=pending).

Filter to bookings associated with this trip UUID.

enum

Order by departure time (ASC oldest first, DESC newest). Omit for legacy creation-time order.

Inclusive departure-date lower bound (YYYY-MM-DD).

Inclusive departure-date upper bound (YYYY-MM-DD).

integer
1 to 100
Defaults to 20
integer
≥ 0
Defaults to 0
length ≤ 64

Exact match against Mercury's locally stored booking owner id. Normally the booker; when the upstream omitted that field, the deterministic syncing-user fallback is stored instead.

array | null

Filter by one or more opaque traveler user ids (repeat to combine with OR semantics). Applied locally before pagination.

Responses

401

Missing or invalid authentication

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json