Twilio Oauth V2
Connector for the twilio-oauth-v2 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://oauth.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchoauth2authorize— GET /v2/authorize — Retrieves authorize uricreateoauth2token— POST /v2/token — Issues a new Access token (optionally identity_token & refresh_token) in exchange of Oauth grant
Inputs
apiKey— your twilio-oauth-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: fetchoauth2authorize
apiKey: <your key>