API Reference
Broadcasts

Bulk contact action (cancel | reschedule | dial_now)

POST
/v1/broadcasts/{id}/contacts/bulk

Applies one action to a set of contact ids. next_attempt_at (RFC3339) is honoured only by reschedule. dial_now is seat-gated: ids that could not be queued for lack of a free seat come back in no_seat.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/broadcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08/contacts/bulk" \  -H "Content-Type: application/json" \  -d '{    "action": "cancel",    "contact_ids": [      "f4ae0292-6c1e-4caf-903f-b55ea2c1670a"    ]  }'
{  "updated": 0,  "no_seat": [    "145dfa53-fae7-4981-8a90-b62c89bced92"  ]}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string"  }}