twilio.com

This is the public Twilio REST API.

🔑 basic 30 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 Services for Twilio Proxy. A maximum of 100 records wi…
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services
Fetch a specific Service.
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services/{Sid}
Retrieve a list of all Sessions for the Service. A maximum of 100 records wil…
curl \
  -u "$API_USER:$API_PASS" \
  https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions
Endpoints (30 total)
GET
/v1/Services
Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records wi…
GET
/v1/Services/{Sid}
Fetch a specific Service.
GET
/v1/Services/{ServiceSid}/Sessions
Retrieve a list of all Sessions for the Service. A maximum of 100 records wil…
GET
/v1/Services/{ServiceSid}/ShortCodes
Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. …
GET
/v1/Services/{ServiceSid}/PhoneNumbers
Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. …
GET
/v1/Services/{ServiceSid}/Sessions/{Sid}
Fetch a specific Session.
GET
/v1/Services/{ServiceSid}/ShortCodes/{Sid}
Fetch a specific Short Code.
GET
/v1/Services/{ServiceSid}/PhoneNumbers/{Sid}
Fetch a specific Phone Number.
GET
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions
Retrieve a list of all Interactions for a Session. A maximum of 100 records w…
GET
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants
Retrieve a list of all Participants in a Session.
GET
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Interactions/{Sid}
Retrieve a list of Interactions for a given [Session](https://www.twilio.com/…
GET
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants/{Sid}
Fetch a specific Participant.
At a glance
Total SDKs10
Languages6
Endpoints30
Authbasic
Categories2
https://proxy.twilio.com