Using sdk-starter-node with twilio.com

JavaScript integration

Install
npm install sdk-starter-node
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}
SDK on GitHub 📄 API Docs
SDK
sdk-starter-node
JavaScript
API
twilio.com
twilio.com:twilio_events_v1
At a glance
Language JavaScript
Endpoints22
Base URLhttps://events.twilio.com