Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.31 KB

Api20100401NewKeyApi.md

File metadata and controls

40 lines (20 loc) · 1.31 KB

\Api20100401NewKeyApi

All URIs are relative to https://api.twilio.com

Method HTTP request Description
create_new_key POST /2010-04-01/Accounts/{AccountSid}/Keys.json

create_new_key

crate::models::ApiPeriodV2010PeriodAccountPeriodNewKey create_new_key(account_sid, friendly_name)

Parameters

Name Type Description Required Notes
account_sid String The SID of the Account that will be responsible for the new Key resource. [required]
friendly_name Option<String> A descriptive string that you create to describe the resource. It can be up to 64 characters long.

Return type

crate::models::ApiPeriodV2010PeriodAccountPeriodNewKey

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]