Create an API key
API keys are created in the admin dashboard under Settings - APIs and MCP. See Creating an API token for the full flow.API access is a paid feature. Organizations on the free plan or in trial can’t
create API keys, and existing keys stop working if an organization downgrades
(requests return
403 with code: "PLAN_FEATURE_LOCKED").areas:read- list areas and read their availabilitybookings:read- read a bookingbookings:write- create and cancel bookings
bookings:write is required to create or cancel bookings. A read-only key
cannot write bookings, and the legacy broad read grant does not satisfy write
scopes.Rate limits and errors
The channel endpoints share the Platform API’s limits and error model:- 100 requests per minute per organization. A
429response includes aRetry-Afterheader. - Errors return a JSON body of the shape
{ "error": "...", "message": "...", "code": "..." }.