List alias 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 alias addresses in your SignalWire project. An alias is a named route in the public or private context that forwards calls and messages to the resource it points at. SIP addresses and phone numbers are managed through their own operations.
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: