POST
/2010-04-01/Accounts/{AccountSid}/Keys.json 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;
}
sid?: `SK${string}` | null;
friendly_name?: string | null;
date_created?: string | null;
date_updated?: string | null;
secret?: string | null;
}