post
https://accounts.twilio.com/v1/AuthTokens/Secondary
Twilio uses the Account SID and Auth Token to authenticate API requests. This endpoint is used to create the secondary Auth Token.
Response Definition
| Item | Description | DataType |
|---|---|---|
| account_sid | The SID of the Account. This can be found in your dashboard | string |
| date_created | The date and time in UTC when the resource was created specified in ISO 8601 format | string |
| date_updated | The date and time in UTC when the resource was last updated specified in ISO 8601 format | string |
| secondary_auth_token | The generated secondary Auth Token that can be used to authenticate future API requests | |
| url | The URI for this resource, relative to https://accounts.twilio.com | string |