twilio.com

This is the public Twilio REST API.

🔑 basic 22 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 paginated list of Sinks belonging to the account used to make the …
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks
Retrieve a paginated list of all the available Event Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Types
Fetch a specific Sink.
curl \
  -u "$API_USER:$API_PASS" \
  https://events.twilio.com/v1/Sinks/{Sid}
Endpoints (22 total)
GET
/v1/Sinks
Retrieve a paginated list of Sinks belonging to the account used to make the …
GET
/v1/Types
Retrieve a paginated list of all the available Event Types.
GET
/v1/Sinks/{Sid}
Fetch a specific Sink.
GET
/v1/Schemas/{Id}
Fetch a specific schema with its nested versions.
GET
/v1/Types/{Type}
Fetch a specific Event Type.
GET
/v1/Subscriptions
Retrieve a paginated list of Subscriptions belonging to the account used to m…
GET
/v1/Subscriptions/{Sid}
Fetch a specific Subscription.
GET
/v1/Schemas/{Id}/Versions
Retrieve a paginated list of versions of the schema.
GET
/v1/Schemas/{Id}/Versions/{SchemaVersion}
Fetch a specific schema and version.
GET
/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents
Retrieve a list of all Subscribed Event types for a Subscription.
GET
/v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
Read an Event for a Subscription.
POST
/v1/Sinks
Create a new Sink
At a glance
Total SDKs10
Languages6
Endpoints22
Authbasic
Categories2
https://events.twilio.com