Skip to main content

Method

POST /v1/bookings/wizard/:id/commit

Path Parameters

uuid
required
Wizard session ID to commit.

Headers

string
Bearer token (requires bookings:write).

Request Example

Response Fields

boolean
true when the booking was created successfully.
uuid
Identifier of the newly created (or reused) booking.
boolean
Only present when an existing booking was already linked to the session.

Response Example

The commit endpoint validates workspace-configured billing and passenger forms. If validation fails, the response contains a detailed issues array describing invalid fields.