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

Create a new Signing Key for the account making the request.

Create a new Signing Key for the account making the request.

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

1 parameter · 1 body field
AccountSidstringrequired
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource.
FriendlyNamestringoptional
A descriptive string that you create to describe the resource. It can be up to 64 characters long.

1 status code
201Created
sidstringoptional
The unique string that that we created to identify the NewSigningKey resource.
friendly_namestringoptional
The string that you assigned to describe the resource.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
secretstringoptional
The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`). **Note that for security reasons, this field is ONLY returned when the API Key is first created.**