Twilio - Accounts
The Twilio Accounts API lets you manage authentication tokens and external credentials for a Twilio account, including promoting or deleting secondary auth tokens and creating, listing, retrieving, updating, or deleting AWS and public‑key credentials.
Latency
541ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/v1/AuthTokens/Promote
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.
/v1/AuthTokens/Secondary
Delete the secondary Auth Token from your account
/v1/AuthTokens/Secondary
Create a new secondary Auth Token
/v1/Credentials/AWS
Retrieves a collection of AWS Credentials belonging to the account used to make the request
/v1/Credentials/AWS
Create a new AWS Credential
/v1/Credentials/AWS/{Sid}
Delete a Credential from your account
/v1/Credentials/AWS/{Sid}
Fetch the AWS credentials specified by the provided Credential Sid
/v1/Credentials/AWS/{Sid}
Modify the properties of a given Account
/v1/Credentials/PublicKeys
Retrieves a collection of Public Key Credentials belonging to the account used to make the request
/v1/Credentials/PublicKeys
Create a new Public Key Credential
/v1/Credentials/PublicKeys/{Sid}
Delete a Credential from your account
/v1/Credentials/PublicKeys/{Sid}
Fetch the public key specified by the provided Credential Sid
/v1/Credentials/PublicKeys/{Sid}
Modify the properties of a given Account
13 endpoints auto-detected
Authentication
This API uses Basic authentication (a username and password).
curl -X POST \ "https://accounts.twilio.com/v1/AuthTokens/Promote"
accounts.twilio.com · HTTPS only