Get a reservation

One reservation belonging to your organization. No such reservation for your organization (RESERVATION_NOT_FOUND). A reservation owned by another organization returns this same 404, never a 403, so ids cannot be probed.

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.

Path parameters

idstringRequiredformat: "uuid"

Response

The reservation
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error