Twilio Twilio Routes V2
Connector for the twilio-twilio-routes-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://routes.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchphonenumber— GET /v2/PhoneNumbers/{PhoneNumber} — Fetch the Inbound Processing Region assigned to a phone number.fetchsipdomain— GET /v2/SipDomains/{SipDomain}fetchtrunks— GET /v2/Trunks/{SipTrunkDomain} — Fetch the Inbound Processing Region assigned to a SIP Trunk.updatephonenumber— POST /v2/PhoneNumbers/{PhoneNumber} — Assign an Inbound Processing Region to a phone number.updatesipdomain— POST /v2/SipDomains/{SipDomain}updatetrunks— POST /v2/Trunks/{SipTrunkDomain} — Assign an Inbound Processing Region to a SIP Trunk
Inputs
apiKey— your twilio-twilio-routes-v2 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: fetchphonenumber
apiKey: <your key>