SIP Profile
Update SIP profile
Updates the SIP profile settings for your project.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
put/api/relay/rest/sip_profile
Request body
Example request
{
"domain_identifier": "example",
"default_encryption": "optional",
"default_send_as": "+15551234567"
}Response
The request has succeeded and a new resource has been created as a result.
Example response
{
"domain": "your-space-example.sip.signalwire.com",
"domain_identifier": "example",
"default_encryption": "optional",
"default_send_as": "+15551234567"
}