SIP Credentials
Mint a short-lived SIP JWT for the browser dialer
Workspace-scoped JWT consumed by the in-browser softphone to authenticate the WebSocket SIP registration. Short-lived (typically 5 minutes); renew before expiry.
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
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/sip/token"{ "token": "string", "expires_at": "2019-08-24T14:15:22Z"}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}{ "error": { "code": "validation.bad_request", "message": "string", "request_id": "string" }}Per-country outbound call rates for a tenant number GET
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.
List credentials for a number GET
Next Page