Twilio Twilio Trunking V1
Connector for the twilio-twilio-trunking-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://trunking.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listtrunk— GET /v1/Trunksfetchtrunk— GET /v1/Trunks/{Sid}listcredentiallist— GET /v1/Trunks/{TrunkSid}/CredentialListsfetchcredentiallist— GET /v1/Trunks/{TrunkSid}/CredentialLists/{Sid}listipaccesscontrollist— GET /v1/Trunks/{TrunkSid}/IpAccessControlLists — List all IP Access Control Lists for a Trunkfetchipaccesscontrollist— GET /v1/Trunks/{TrunkSid}/IpAccessControlLists/{Sid}
Inputs
apiKey— your twilio-twilio-trunking-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: listtrunk
apiKey: <your key>