twilio.com

This is the public Twilio REST API.

🔑 basic 13 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
Retrieves a collection of AWS Credentials belonging to the account used to ma…
curl \
  -u "$API_USER:$API_PASS" \
  https://accounts.twilio.com/v1/Credentials/AWS
Fetch the AWS credentials specified by the provided Credential Sid
curl \
  -u "$API_USER:$API_PASS" \
  https://accounts.twilio.com/v1/Credentials/AWS/{Sid}
Retrieves a collection of Public Key Credentials belonging to the account use…
curl \
  -u "$API_USER:$API_PASS" \
  https://accounts.twilio.com/v1/Credentials/PublicKeys
Endpoints (13 total)
GET
/v1/Credentials/AWS
Retrieves a collection of AWS Credentials belonging to the account used to ma…
GET
/v1/Credentials/AWS/{Sid}
Fetch the AWS credentials specified by the provided Credential Sid
GET
/v1/Credentials/PublicKeys
Retrieves a collection of Public Key Credentials belonging to the account use…
GET
/v1/Credentials/PublicKeys/{Sid}
Fetch the public key specified by the provided Credential Sid
POST
/v1/Credentials/AWS
Create a new AWS Credential
POST
/v1/AuthTokens/Promote
Promote the secondary Auth Token to primary. After promoting the new token, a…
POST
/v1/AuthTokens/Secondary
Create a new secondary Auth Token
POST
/v1/Credentials/AWS/{Sid}
Modify the properties of a given Account
POST
/v1/Credentials/PublicKeys
Create a new Public Key Credential
POST
/v1/Credentials/PublicKeys/{Sid}
Modify the properties of a given Account
DELETE
/v1/AuthTokens/Secondary
Delete the secondary Auth Token from your account
DELETE
/v1/Credentials/AWS/{Sid}
Delete a Credential from your account
At a glance
Total SDKs10
Languages6
Endpoints13
Authbasic
Categories2
https://accounts.twilio.com