v77

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

Update Subscriber SIP credential

Updates a Subscriber SIP Credential by ID.

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.

patch/api/fabric/resources/subscribers/{fabric_subscriber_id}/sip_endpoints/{id}

Path parameters

idstring uuid required

Universal Unique Identifier.

Unique ID of a Sip Endpoint.

fabric_subscriber_idstring uuid required

Universal Unique Identifier.

Unique ID of a Fabric Subscriber.

Request body

usernamestring

Username of the Sip Endpoint.

passwordstring

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.

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"
}