List reservations

Your organization’s reservations, newest first. All filters are optional and combine with AND. “from” keeps reservations whose window ends at or after it, and “to” keeps reservations whose window starts at or before it, so a from/to pair returns every reservation overlapping that range.

Authentication

AuthorizationBearer

API key generated in the Autolane Portal. Keys are organization-scoped, carry granular permissions, and are environment-specific: a sandbox key only works against the sandbox host, and a production key only against the production host.

Query parameters

statusenumOptional
Allowed values:
zone_idstringOptionalformat: "uuid"
fromdatetimeOptional
Keep reservations whose arrival window ends at or after this instant
todatetimeOptional
Keep reservations whose arrival window starts at or before this instant
limitintegerOptional1-200Defaults to 50
offsetintegerOptional0-100000Defaults to 0

Response

A page of reservations
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error