AccountsV1AuthTokenPromotion

Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.

post/v1/AuthTokens/Promote

Response

OK

account_sidstring nullable

The SID of the Account that the secondary Auth Token was created for.

auth_tokenstring nullable

The promoted Auth Token that must be used to authenticate future API requests.

date_createdstring date-time nullable

The date and time in UTC when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The URI for this resource, relative to https://accounts.twilio.com

Changes