List SIP addresses
Authentication
Query parameters
The page index, used together with page_token.
Opaque cursor token from a previous response’s links.next or links.prev. Begins with PA or PB.
The page index, used together with page_token.
Opaque cursor token from a previous response’s links.next or links.prev. Begins with PA or PB.
Lists the standalone SIP Addresses in your SignalWire project. A SIP Address gives an external device or system a dedicated SIP URI for registration or inbound calling. Resource addresses are generic callable handles, SIP Credentials represent registering devices managed as Fabric resources, and E911 addresses represent physical emergency-service locations.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Calling, Fax, Messaging, or Video.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: