Using twilio-video.js with twilio.com

JavaScript integration

✓ Official SDK
Install
npm install twilio-video.js
Retrieve a list of all End User for an account.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUsers
Retrieve a list of all Policys.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/Policies
Retrieve a list of all End-User Types.
curl \
  -u "$API_USER:$API_PASS" \
  https://trusthub.twilio.com/v1/EndUserTypes
SDK on GitHub 📄 API Docs
SDK
twilio-video.js
JavaScript
API
twilio.com
twilio.com:twilio_trusthub_v1
At a glance
Language JavaScript
Endpoints48
Base URLhttps://trusthub.twilio.com
✓ Official