Search + K

Command Palette

Search for a command to run...

Sign In

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

POST /2010-04-01/Accounts/{AccountSid}/SigningKeys.json
Copy endpoint
https://api.twilio.com

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

Parameters

path Path Parameters

Name Type
AccountSid required

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

`AC${string}`

Request Body

application/x-www-form-urlencoded
{ FriendlyName?: string; }

Responses

201 application/json

Created

interface ApiV2010AccountNewSigningKey {
sid?: `SK${string}` | null;
friendly_name?: string | null;
date_created?: string | null;
date_updated?: string | null;
secret?: string | null;
}