SIP Profile
Update SIP profile
Changes the project-wide defaults that SIP Credentials use for registration, media, security, and outbound calling. This updates the project's single SIP Profile; it does not create or update an individual SIP Credential or SIP Gateway.
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"
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.