T

Twilio OAuth API v1

REST discovered

Details Spec supplied by APIs.guru
URL
https://oauth.twilio.com
Spec
https://api.apis.guru/v2/specs/twilio.com/twilio_oauth_v1/1.42.0/openapi.json
Docs
https://www.twilio.com/docs/iam/oauth-apps/oauth-access-token
Authentication
Twilio OAuth App client credentials oauth2_cc discovered Set up OAuth ↗
Authorization: Basic <credential>

Create an OAuth app in the Twilio Console using OAuth apps. Twilio generates a Client ID and Client Secret. Use them with the OAuth client credentials grant at Twilio's token endpoint to obtain a short-lived access token, then send that bearer token to supported Twilio APIs. Twilio notes these tokens currently expire after 1 hour and are scope-limited.