twilio.com

This is the public Twilio REST API.

🔑 basic 6 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
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/SipDomains/{SipDomain}
Fetch the Inbound Processing Region assigned to a SIP Trunk.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/Trunks/{SipTrunkDomain}
Fetch the Inbound Processing Region assigned to a phone number.
curl \
  -u "$API_USER:$API_PASS" \
  https://routes.twilio.com/v2/PhoneNumbers/{PhoneNumber}
Endpoints (6 total)
GET
/v2/SipDomains/{SipDomain}
GET
/v2/Trunks/{SipTrunkDomain}
Fetch the Inbound Processing Region assigned to a SIP Trunk.
GET
/v2/PhoneNumbers/{PhoneNumber}
Fetch the Inbound Processing Region assigned to a phone number.
POST
/v2/SipDomains/{SipDomain}
POST
/v2/Trunks/{SipTrunkDomain}
Assign an Inbound Processing Region to a SIP Trunk
POST
/v2/PhoneNumbers/{PhoneNumber}
Assign an Inbound Processing Region to a phone number.
At a glance
Total SDKs10
Languages6
Endpoints6
Authbasic
Categories2
https://routes.twilio.com