Client types
Distribution API
For agents (third-party resellers), the PREXSELL website, and the PREXSELL
app. Authenticated with a long-lived API key sent in the
x-api-key
header. Use this for booking flows, catalog reads, and any integration that
runs outside the PREXSELL backoffice.Base URL
/v2.
Authentication
Distribution API β API key
Distribution endpoints are authenticated with an API key passed in thex-api-key header:
API-key enforcement is being rolled out across the v2 Distribution surface.
Read-only catalog endpoints (cities, stops) are currently open while partner
provisioning is finalized; pass the
x-api-key header anyway so your client
keeps working once enforcement turns on.Quick start
Response envelope
Successful responses are wrapped in adata object:
total counter for the unpaginated
result set and accept take (max 100, default 50) and skip (default 0)
query parameters.
Errors
Errors are returned with an appropriate HTTP status and anerrors array
describing what went wrong:
Next steps
Getting started
Walk through a full Distribution integration end to end β search offers,
create a booking, pay, and cancel.
