Create booking intent
POST/v1/booking_intents
Create a new booking intent.
A booking intent tracks the lifecycle of a multi-step booking flow. It starts
in pending status and automatically transitions to slot_selected when all
slot fields (provider_id, start_at, end_at, time_zone) are provided.
Request
Responses
- 201
- 401
- 404
- 422
Success
Unauthorized
Not Found
Unprocessable Entity