SIP Profile
Get SIP profile
Retrieves 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.
get/api/relay/rest/sip_profile
Response
The request has succeeded.
Example response
{
"domain": "your-space-example.sip.signalwire.com",
"domain_identifier": "example",
"default_encryption": "optional",
"default_send_as": "+15551234567"
}