Twilio Twilio Accounts V1
Connector for the twilio-twilio-accounts-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://accounts.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listcredentialaws— GET /v1/Credentials/AWS — Retrieves a collection of AWS Credentials belonging to the account used to makefetchcredentialaws— GET /v1/Credentials/AWS/{Sid} — Fetch the AWS credentials specified by the provided Credential Sidlistcredentialpublickey— GET /v1/Credentials/PublicKeys — Retrieves a collection of Public Key Credentials belonging to the account used tfetchcredentialpublickey— GET /v1/Credentials/PublicKeys/{Sid} — Fetch the public key specified by the provided Credential Sidupdateauthtokenpromotion— POST /v1/AuthTokens/Promote — Promote the secondary Auth Token to primary. After promoting the new token, allcreatesecondaryauthtoken— POST /v1/AuthTokens/Secondary — Create a new secondary Auth Token
Inputs
apiKey— your twilio-twilio-accounts-v1 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listcredentialaws
apiKey: <your key>