v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Subscriber SIP Credentials

Create Subscriber SIP credential

Creates a Subscriber SIP Credential.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

post/api/fabric/resources/subscribers/{fabric_subscriber_id}/sip_endpoints

Path parameters

fabric_subscriber_idstring uuid required

Universal Unique Identifier.

Unique ID of a Fabric Subscriber.

Request body

usernamestring required

Username of the Sip Endpoint.

passwordstring required

Password of the Sip Endpoint.

caller_idstring

Caller ID of the Sip Endpoint.

send_asstring

The Number to send as.

ciphersCiphers[]

Ciphers of the Sip Endpoint.

codecsCodecs[]

Codecs of the Sip Endpoint.

encryption'required' | 'optional' | 'default'

Example request

{
  "username": "justice-league",
  "password": "hack-me-if-you-can",
  "caller_id": "call-id-123",
  "send_as": "+14632322867"
}

Response

The request has succeeded and a new resource has been created as a result.

idstring uuid required

Universal Unique Identifier.

usernamestring required

Username of the Sip Endpoint.

caller_idstring required

Caller ID of the Sip Endpoint.

send_asstring required

Purchased or verified number

ciphersCiphers[] required

Ciphers of the Sip Endpoint.

codecsCodecs[] required

Codecs of the Sip Endpoint.

encryption'required' | 'optional' | 'default' required

Example response

{
  "username": "justice-league",
  "caller_id": "call-id-123",
  "send_as": "+14632322867"
}