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

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json

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

waitlist_id
integer
requerido

Target waiting list

entries
PublicWaitlistBatchRowSchema · object[]
requerido

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
predeterminado: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
predeterminado:false

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

Respuesta

OK

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

data
PublicWaitlistBatchDataSchema · object
requerido

Batch result.

status
string
predeterminado:success

Always success.

Allowed value: "success"