Sample - Twilio API
GET/2010-04-01/Accounts/{AccountSid}/Applications.json

List account applications

Lists applications associated with an Account. Use FriendlyName to filter the collection and use the pagination parameters to control which applications appear on each page.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

5 parameters
AccountSidstringrequired
The Account SID that created the Application resources. Must be exactly 34 characters and match `^AC[0-9a-fA-F]{32}$`.
FriendlyNamestringoptional
Filters Application resources by the string that identifies them.
PageSizeintegeroptional
Number of resources to return on each page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
Page index used to maintain client-side pagination state. Must be zero or greater.
PageTokenstringoptional
Pagination token provided by the API for retrieving a specific page.

1 status code
200Returns a paginated response containing an `applications` array and pagination metadata, including page links, page boundaries, and page size.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
applicationsarray<object>optional

Error handling

AccountSid must be exactly 34 characters and match the Account SID format AC followed by 32 hexadecimal characters. PageSize must be between 1 and 1000, and Page must be zero or greater.