SIP Profile

View as MarkdownOpen in Claude

Get and update the project SIP profile. This is a singleton resource with get() and update() methods (no list/create/delete).

Access via client.sipProfile on a RestClient instance.

Methods

Example

import { RestClient } from "@signalwire/sdk";
const client = new RestClient();
const profile = await client.sipProfile.get();
console.log(profile);