All URIs are relative to https://api.twilio.com
Method | HTTP request | Description |
---|---|---|
create_new_key | POST /2010-04-01/Accounts/{AccountSid}/Keys.json |
crate::models::ApiPeriodV2010PeriodAccountPeriodNewKey create_new_key(account_sid, friendly_name)
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. |
crate::models::ApiPeriodV2010PeriodAccountPeriodNewKey
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]