Sandbox only: advance a reservation one lifecycle step
Sandbox only: advance a reservation one lifecycle step
Sandbox only: walks the reservation one lifecycle step per call (confirmed → arrived → completed). Returns 404 in production. It exists so you can drive the whole lifecycle against the sandbox host without a vehicle, and each step fires the same reservation.status_changed webhook a real arrival would.
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
id
Reservation id
Response
The reservation in its next status
success
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error