Twilio Twilio Proxy V1
Connector for the twilio-twilio-proxy-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://proxy.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listservice— GET /v1/Services — Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records willlistphonenumber— GET /v1/Services/{ServiceSid}/PhoneNumbers — Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A mfetchphonenumber— GET /v1/Services/{ServiceSid}/PhoneNumbers/{Sid} — Fetch a specific Phone Number.listsession— GET /v1/Services/{ServiceSid}/Sessions — Retrieve a list of all Sessions for the Service. A maximum of 100 records will blistinteraction— GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions — Retrieve a list of all Interactions for a Session. A maximum of 100 records willfetchinteraction— GET /v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid} — Retrieve a list of Interactions for a given [Session](https://www.twilio.com/doc
Inputs
apiKey— your twilio-twilio-proxy-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: listservice
apiKey: <your key>