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

List signing keys

Lists signing keys belonging to an account in a paginated response. Use PageSize, Page, and the API-provided PageToken to control pagination and retrieve subsequent result pages.

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

4 parameters
AccountSidstringrequired
The SID of the account whose signing keys to list. Must be a 34-character SID matching the `AC` account identifier format.
PageSizeintegeroptional
The number of signing keys to return per page. Must be between 1 and 1000 and defaults to 50 when omitted.
Pageintegeroptional
The page index used for client-side pagination state. Must be zero or greater.
PageTokenstringoptional
The pagination token provided by the API for retrieving a specific result page.

1 status code
200Returns a paginated signing-key collection with page boundaries, page links, page metadata, and an array of signing keys containing their SIDs, friendly names, and timestamps.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
signing_keysarray<object>optional

Error handling

AccountSid must be a 34-character SID beginning with AC. PageSize must be between 1 and 1000, Page must be zero or greater, and PageToken must contain a token provided by the API when used.