Create a booking
Bookings
Create a booking
Creates a Connect-normalized booking on the connection. Supply an optional Idempotency-Key header to make the create safely retryable; a repeated key returns the original booking rather than creating a duplicate. Requires a connect:bookings:write scope.
POST
Create a booking
Authorizations
Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).
Headers
Optional client-supplied key making the create safely retryable. Repeating a key returns the original resource instead of creating a duplicate.
Path Parameters
Connection id.
Body
application/json
Response
201 - application/json
Created booking.