get https://api.twilio.com/2010-04-01/Accounts.json
This endpoint retrieves information about the main account and the list of subaccounts associated with the main account. I.e., the account used to make the API request.
Notes
- 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 Twilio's response documentation