REST Client

SIP Profile

View as MarkdownOpen in Claude

Retrieve and update the project-level SIP profile. This is a singleton resource — there is one SIP profile per project, so no resource ID is needed.

Access via client.sip_profile on a RestClient instance.

Methods

Example

from signalwire.rest import RestClient
client = RestClient()
profile = client.sip_profile.get()
print(profile.get("username"), profile.get("domain"))