v77

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

Get Subscriber SIP credential

Returns 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.

get/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.

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