twilio.com

This is the public Twilio REST API.

🔑 basic 5 endpoints telecommessaging
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

npm install twilio-webchat-react-app
twilio-video-app-react ✓ Official
npm install twilio-video-app-react
video-quickstart-js ✓ Official
npm install video-quickstart-js
twilio-video.js ✓ Official
npm install twilio-video.js
npm install sdk-starter-node
# Maven: see https://github.com/twilio/voice-quickstart-android
# Maven: see https://github.com/hoxfon/react-native-twilio-programmable-voice
twilio-video-app-ios ✓ Official
# See https://github.com/twilio/twilio-video-app-ios
# Maven: see https://github.com/twilio/twilio-video-app-android
# See https://github.com/rogchap/react-native-twilio
curl examples
Fetches public JWKs
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/certs
Retrieves the consented UserInfo and other claims about the logged-in subject…
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/userinfo
Fetch configuration details about the OpenID Connect Authorization Server
curl \
  -u "$API_USER:$API_PASS" \
  https://oauth.twilio.com/v1/.well-known/openid-configuration
Endpoints (5 total)
GET
/v1/certs
Fetches public JWKs
GET
/v1/userinfo
Retrieves the consented UserInfo and other claims about the logged-in subject…
GET
/v1/.well-known/openid-configuration
Fetch configuration details about the OpenID Connect Authorization Server
POST
/v1/token
Issues a new Access token (optionally identity_token & refresh_token) in exch…
POST
/v1/device/code
Issues a new Access token (optionally identity_token & refresh_token) in exch…
At a glance
Total SDKs10
Languages6
Endpoints5
Authbasic
Categories2
https://oauth.twilio.com