Skip to main content
GET
List bookings

Authorizations

x-api-key
string
header
required

Partner API key, sent in the x-api-key request header. Required for bookable offer search and all booking operations. To obtain a key, register as a PREXSELL partner in the backoffice (backoffice.prexsell.com, or staging.backoffice.prexsell.com for staging) and contact support if you need help.

Query Parameters

departureDate
string<date>

Filter to bookings whose UTC onboarding instant falls on this calendar day (YYYY-MM-DD). Omit to list all your bookings, newest first.

Example:

"2024-01-20"

take
integer
default:50

Number of bookings to return (max 50).

Required range: 1 <= x <= 50
Example:

50

skip
integer | null
default:0

Number of bookings to skip.

Required range: x >= 0
Example:

0

Response

Paginated booking list.

data
object
required

Paginated booking list result.