List Applications
The ability to read all of the applications that are associated with your Account. This will be returned as a list of applications.
#### Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_ or _Messaging_ or _Fax_.
[Learn more about API scopes](/docs/platform/your-signalwire-api-space).
Authentication
AuthorizationBasic
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:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
AccountSid
The Account ID that has the Application.
Query parameters
FriendlyName
Filter by a named unique identifier for the resource.
Page
The page number to retrieve. Page numbers are zero-indexed, so the first page is 0.
PageSize
The number of results to return per page. The default is 50, and the maximum is 1000.
PageToken
A token used to retrieve a specific page of results.
Response
The request has succeeded.
uri
The URI for this resource.
first_page_uri
The URI for the first page of results.
next_page_uri
The URI for the next page of results. Null if there are no more pages.
previous_page_uri
The URI for the previous page of results. Null if this is the first page.
page
The current page number. Zero-indexed.
page_size
The number of results per page.
applications
List of applications.