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