Get a number's WhatsApp calling trunk
Returns the WhatsApp Business Calling trunk for this number, including provisioning progress. Read-only — any workspace member can poll it without a writer role.
Poll this after POST until status leaves pending.
Authorization
bearerAuth 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
The tenant NUMBER id (not the trunk id).
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/whatsapp"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tenant_number_id": "1d93922a-9238-4447-bea9-285b295a748e", "provider": "whatsapp", "external_id": "109876543210987", "status": "pending", "provisioning_step": "string", "provider_config": {}, "readiness": {}, "last_error": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string", "details": [ "string" ] }}Download the aggregate campaign report (CSV) GET
One-row CSV snapshot of the broadcast at request time. Columns: `broadcast_id, broadcast_name, state, queued, attempted, reached, completed, no_answer, busy, voicemail, failed, exhausted, canceled, total_duration_seconds, total_turns, ai_cost_minor, telco_cost_minor, total_cost_minor, voicemail_spend_minor, currency`. Per-contact and per-call exports live on the Calls API (`GET /v1/calls?broadcast_id=…`).
Enable WhatsApp calling on a number POST
Binds this SautiKit number to a Meta `phone_number_id` and starts the BYOC SIP provisioning saga. Returns **202**, not 200: provisioning is asynchronous. The trunk comes back as `pending`; poll `GET /v1/numbers/{id}/whatsapp` until it reaches `active` or `failed`. The `phone_number_id` must belong to a WhatsApp Business account you have connected, and this number must carry the `whatsapp` capability.