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.
Example response
{
"username": "justice-league",
"caller_id": "call-id-123",
"send_as": "+14632322867"
}