Method
GET /v1/bookings/wizard/:id
Path Parameters
uuid
required
Wizard session ID.
Headers
string
Bearer token (requires
bookings:read).Request Example
Response Fields
object
required
Full session record from
bookings.wizard_sessions.uuid
required
Session identifier.
uuid
Workspace that owns the session.
string
Language associated with the session.
string
Currency used for pricing.
integer
Current wizard step.
integer
Client-side version counter.
object
Stored JSON payload (steps, passengers, pricing, etc.).
uuid
Booking ID if the session has already been committed.
timestamp
Session expiration timestamp.
timestamp
Timestamp when commit processing locked the session.
timestamp
Timestamp when the session was consumed.