Read multiple Account resources

This endpoint retrieves the accounts associated with the account that made the API request. This list includes the primary account and any of its subaccounts.

⚠️

Important Note

When fetching multiple pages of API results, use the provided nextpageuri parameter to retrieve the next page of results. All of the Twilio Helper Libraries use the nextpageuri to page through resources. For more information on paging, refer to the Twilio's response documentation

Query Params
string

Only return the Account resources with friendly names that exactly match this name.

string

Only return Account resources with the given status. Can be closed, suspended or active. Possible values: active suspended closed

PageSize
array of int64s

How many resources to return on each list page? The default is 50, and the maximum is 1000. Minimum: 1 Maximum: 1000

PageSize
int32

The page index. This value is simply for the client state. Minimum: 0

string

The page token. This is provided by the API.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json