Per-country outbound call rates for a tenant number
Returns the workspace's currently-effective per-country outbound rate card for the given number, sourced from the provider series rates resolved against the number's origin country and the workspace currency.
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
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/call-rates"{ "data": {}}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}Update a tenant number's routing config PUT
Patches `voice_callback_url` and/or `events_url` on a number's routing config. Both fields accept http or https; empty string clears the field; omitted fields are left untouched. The `Idempotency-Key` header is honoured for replay safety.
Mint a short-lived SIP JWT for the browser dialer POST
Workspace-scoped JWT consumed by the in-browser softphone to authenticate the WebSocket SIP registration. Short-lived (typically 5 minutes); renew before expiry.