Twilio Twilio Ip Messaging V2
Connector for the twilio-twilio-ip-messaging-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ip-messaging.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listcredential— GET /v2/Credentialsfetchcredential— GET /v2/Credentials/{Sid}listservice— GET /v2/Serviceslistbinding— GET /v2/Services/{ServiceSid}/Bindingsfetchbinding— GET /v2/Services/{ServiceSid}/Bindings/{Sid}listchannel— GET /v2/Services/{ServiceSid}/Channels
Inputs
apiKey— your twilio-twilio-ip-messaging-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: listcredential
apiKey: <your key>