List
Use this endpoint for the Accounts method to list all accounts.
Optionally, you can use the FriendlyName parameter to filter by that exact FriendlyName.
This route is present to be API compatible with other providers. Note that, since authentication on SignalWire is specific to a Project, this endpoint will return a list that contains only the Project you are connecting as.
Query parameters
FriendlyName
A named unique identifier for the resource. Allowed characters: `A-Za-z0-9_-`. Maximum of 100 characters.
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. The token is returned in the response of a previous request.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page. Null if there are no more results.
previous_page_uri
The URI of the previous page. Null if this is the first page.
page
The current page number (zero-indexed).
page_size
The number of results per page.
accounts
List of accounts.
Response