twilio.com

This is the public Twilio REST API.

🔑 basic 16 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 Sim resources on your Account.
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/Sims
Retrieve a list of Commands from your account.
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/Commands
curl \
  -u "$API_USER:$API_PASS" \
  https://wireless.twilio.com/v1/RatePlans
Endpoints (16 total)
GET
/v1/Sims
Retrieve a list of Sim resources on your Account.
GET
/v1/Commands
Retrieve a list of Commands from your account.
GET
/v1/RatePlans
GET
/v1/Sims/{Sid}
Fetch a Sim resource on your Account.
GET
/v1/UsageRecords
GET
/v1/Commands/{Sid}
Fetch a Command instance from your account.
GET
/v1/RatePlans/{Sid}
GET
/v1/Sims/{SimSid}/DataSessions
GET
/v1/Sims/{SimSid}/UsageRecords
POST
/v1/Commands
Send a Command to a Sim.
POST
/v1/RatePlans
POST
/v1/Sims/{Sid}
Updates the given properties of a Sim resource on your Account.
At a glance
Total SDKs10
Languages6
Endpoints16
Authbasic
Categories2
https://wireless.twilio.com