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
status
Allowed values:
zone_id
from
Keep reservations whose arrival window ends at or after this instant
to
Keep reservations whose arrival window starts at or before this instant
limit
offset
Response
A page of reservations
success
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error