API Reference
SIP Credentials

Mint a SIP credential (reveal-once password)

POST
/v1/numbers/{id}/sip-credentials

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

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/sip-credentials"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "label": "string",  "username": "string",  "password": "string",  "host": "string",  "port": 0,  "ws_url": "string",  "display_once": true,  "created_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"  }}