Search + K

Command Palette

Search for a command to run...

Sign In

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

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 ApiV2010AccountNewKey {
sid?: `SK${string}` | null;
friendly_name?: string | null;
date_created?: string | null;
date_updated?: string | null;
secret?: string | null;
}