GET
/2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.jsonGet a signing key
Retrieves a specific signing key belonging to an account. Supply the account and signing key SIDs to return the key's identity, friendly name, and creation and update timestamps.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID associated with the signing key. Must be a 34-character SID beginning with `AC`.
Sidstringrequired
The unique signing key SID to retrieve. Must be a 34-character SID beginning with `SK`.
200Returns the signing key object with its SID, friendly name, creation timestamp, and last update timestamp.
sidstringoptional
friendly_namestringoptional
date_createdstringoptional
date_updatedstringoptional
Error handling
AccountSid must be a 34-character account SID beginning with AC, and Sid must be a 34-character signing key SID beginning with SK. Use identifiers that correspond to the account and signing key you want to retrieve.