Tone docs
API referencesip-trunks

Whether this workspace may create SIP trunks

Ask BEFORE offering the create form. enabled is the staff-set entitlement; organizationVerified is the compliance prerequisite the customer can act on themselves. Both must be true for POST /v1/sip-trunks to succeed.

Requires the read scope. A key with less gets 403 insufficient_scope.

GET
/v1/sip-trunks/entitlement
AuthorizationBearer <token>

Authorization: Bearer tone_live_… or tone_test_…. The prefix IS the environment: a test key reaches only the sandbox, and no request field bridges the two.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/sip-trunks/entitlement"
{  "data": {    "enabled": false,    "organizationVerified": true,    "request": {      "id": "c0a8012e-1f2b-4c3d-9e4f-5a6b7c8d9e0f",      "rejectionReason": "Carrier is outside India — see the cross-border note in the docs.",      "requestedAt": "2026-09-15T09:30:00.000Z",      "reviewedAt": null,      "status": "pending"    }  }}
Was this page helpful?