twilio.com

This is the public Twilio REST API.

🔑 basic 27 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
Retrieve a list of all Apps for an Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Apps
Retrieve a list of all Configs for an Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Configs
Retrieve a list of all Devices registered with the Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://microvisor.twilio.com/v1/Devices
Endpoints (27 total)
GET
/v1/Apps
Retrieve a list of all Apps for an Account.
GET
/v1/Configs
Retrieve a list of all Configs for an Account.
GET
/v1/Devices
Retrieve a list of all Devices registered with the Account.
GET
/v1/Secrets
Retrieve a list of all Secrets for an Account.
GET
/v1/Apps/{Sid}
Fetch a specific App.
GET
/v1/Configs/{Key}
Retrieve a Config for an Account.
GET
/v1/Devices/{Sid}
Fetch a specific Device.
GET
/v1/Secrets/{Key}
Retrieve a Secret for an Account.
GET
/v1/Apps/{AppSid}/Manifest
Retrieve the Manifest for an App.
GET
/v1/Devices/{DeviceSid}/Configs
Retrieve a list of all Configs for a Device.
GET
/v1/Devices/{DeviceSid}/Secrets
Retrieve a list of all Secrets for a Device.
GET
/v1/Devices/{DeviceSid}/Configs/{Key}
Retrieve a Config for a Device.
At a glance
Total SDKs10
Languages6
Endpoints27
Authbasic
Categories2
https://microvisor.twilio.com