{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Auth Tokens API", "version": "1.52.0" }, "items": [ { "info": { "name": "AuthTokens", "type": "folder" }, "items": [ { "info": { "name": "UpdateAuthTokenPromotion", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/AuthTokens/Promote", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "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." }, { "info": { "name": "CreateSecondaryAuthToken", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/AuthTokens/Secondary", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new secondary Auth Token" }, { "info": { "name": "DeleteSecondaryAuthToken", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/AuthTokens/Secondary", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete the secondary Auth Token from your account" } ] } ], "bundled": true }