Using twilio-webchat-react-app with twilio.com

TypeScript integration

✓ Official SDK
Install
npm install twilio-webchat-react-app
Quick start
import Twilio_webchat_react_app from 'twilio-webchat-react-app';

const client = new Twilio_webchat_react_app({ apiKey: "YOUR_API_KEY" });
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
SDK on GitHub 📄 API Docs
SDK
twilio-webchat-react-app
TypeScript
API
twilio.com
twilio.com:twilio_accounts_v1
At a glance
Language TypeScript
Endpoints13
Base URLhttps://accounts.twilio.com
✓ Official