Method
POST /v1/bookings/wizard/:id/commit
Path Parameters
Wizard session ID to commit.
Bearer token (requires bookings:write).
Request Example
curl -X POST "https://api.voyantcloud.com/v1/bookings/wizard/wzd_01J0C6ZFWN6JQM4TP7A1ZA6X0M/commit" \
-H "Authorization: Bearer $VOYANT_API_KEY "
Response Fields
true when the booking was created successfully.
Identifier of the newly created (or reused) booking.
Only present when an existing booking was already linked to the session.
Response Example
200 OK
200 OK
404 Not Found
400 Bad Request
{ "ok" : true , "bookingId" : "bk_01J0C8BES5X40MNW873RG6DTDR" }
The commit endpoint validates workspace-configured billing and passenger forms. If validation fails, the response contains a detailed issues array describing invalid fields.