Twilio Api V2010
Connector for the twilio-api-v2010 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listaccount— GET /2010-04-01/Accounts.json — Retrieves a collection of Accounts belonging to the account used to make the requestfetchaccount— GET /2010-04-01/Accounts/{Sid}.json — Fetch the account specified by the provided Account Sidlistaddress— GET /2010-04-01/Accounts/{AccountSid}/Addresses.jsonfetchaddress— GET /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.jsonlistapplication— GET /2010-04-01/Accounts/{AccountSid}/Applications.json — Retrieve a list of applications representing an application within the requesting accountfetchapplication— GET /2010-04-01/Accounts/{AccountSid}/Applications/{Sid}.json — Fetch the application specified by the provided sid
Inputs
apiKey— your twilio-api-v2010 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: listaccount
apiKey: <your key>