Skip to main content
POST
Add many clients to one waiting list in a single call

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Body

application/json

Body of POST /calendar/waitlist/entries/batch.

waitlist_id
integer
required

Target waiting list

entries
PublicWaitlistBatchRowSchema · object[]
required

Up to 500 rows per call

Required array length: 1 - 500 elements
default_region
string | null

ISO-3166 alpha-2 applied to phones without a country code, e.g. CO

skip_invalid
boolean
default:false

true: write the valid rows and report the rest; false (default): refuse the whole batch when any row has errors

existing_clients_only
boolean
default:false

true: never create contacts; unknown phones/emails are errors

Response

OK

Response for POST /calendar/waitlist/entries/batch.

data
PublicWaitlistBatchDataSchema · object
required

Batch result.

status
string
default:success

Always success.

Allowed value: "success"