twilio.com

This is the public Twilio REST API.

🔑 basic 31 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 Bundles for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://numbers.twilio.com/v2/RegulatoryCompliance/Bundles
Retrieve a list of all End User for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://numbers.twilio.com/v2/RegulatoryCompliance/EndUsers
Retrieve a list of all Regulations.
curl \
  -u "$API_USER:$API_PASS" \
  https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations
Endpoints (31 total)
GET
/v2/RegulatoryCompliance/Bundles
Retrieve a list of all Bundles for an account.
GET
/v2/RegulatoryCompliance/EndUsers
Retrieve a list of all End User for an account.
GET
/v2/RegulatoryCompliance/Regulations
Retrieve a list of all Regulations.
GET
/v2/RegulatoryCompliance/EndUserTypes
Retrieve a list of all End-User Types.
GET
/v2/RegulatoryCompliance/Bundles/{Sid}
Fetch a specific Bundle instance.
GET
/v2/RegulatoryCompliance/EndUsers/{Sid}
Fetch specific End User Instance.
GET
/v2/RegulatoryCompliance/Regulations/{Sid}
Fetch specific Regulation Instance.
GET
/v2/RegulatoryCompliance/EndUserTypes/{Sid}
Fetch a specific End-User Type Instance.
GET
/v2/RegulatoryCompliance/SupportingDocuments
Retrieve a list of all Supporting Document for an account.
GET
/v2/RegulatoryCompliance/SupportingDocumentTypes
Retrieve a list of all Supporting Document Types.
GET
/v2/RegulatoryCompliance/SupportingDocuments/{Sid}
Fetch specific Supporting Document Instance.
GET
/v2/RegulatoryCompliance/Bundles/{BundleSid}/Copies
Retrieve a list of all Bundles Copies for a Bundle.
At a glance
Total SDKs10
Languages6
Endpoints31
Authbasic
Categories2
https://numbers.twilio.com