v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401NewSigningKey

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

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

post/2010-04-01/Accounts/{AccountSid}/SigningKeys.json

Path parameters

AccountSidstring required

The SID of the Account that will be responsible for the new Key resource.

Response

Created

sidstring nullable

The unique string that that we created to identify the NewSigningKey resource.

friendly_namestring nullable

The string that you assigned to describe the resource.

date_createdstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was created specified in RFC 2822 format.

date_updatedstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was last updated specified in RFC 2822 format.

secretstring nullable

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.