List Applications
Authentication
Path parameters
Query parameters
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
Response
The current page number. Zero-indexed.
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
The current page number. Zero-indexed.
Lists the account’s Applications, which provide reusable voice and messaging routing. These applications are also available as addressable cXML Applications in the SignalWire REST API. Use this collection for code built around Application SIDs.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice or Messaging or Fax.
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: