Twilio Twilio Oauth V1
Connector for the twilio-twilio-oauth-v1 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
fetchopeniddiscovery— GET /v1/.well-known/openid-configuration — Fetch configuration details about the OpenID Connect Authorization Serverfetchcerts— GET /v1/certs — Fetches public JWKsfetchuserinfo— GET /v1/userinfo — Retrieves the consented UserInfo and other claims about the logged-in subject (ecreatedevicecode— POST /v1/device/code — Issues a new Access token (optionally identity_token & refresh_token) in exchangcreatetoken— POST /v1/token — Issues a new Access token (optionally identity_token & refresh_token) in exchang
Inputs
apiKey— your twilio-twilio-oauth-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: fetchopeniddiscovery
apiKey: <your key>