Use this simple NodeJS package to test the Authy Dashboard API.
Before using this API, you'll need to ask [email protected]
to enable your dashboard keys for Authy. Send the App Id of the application you want enabled.
In order to setup and test this kind of tooling from your local development, you'll want to use Ngrok or something similar.
- Clone this repo
npm install
- Browse to the application you want to use in the twilio.com/console where (once enabled) you should now see:
- App API Key
- Your Access Key
- API Signing Key
- Add the above keys to
demo.env
source demo.env
- Uncomment sections you want to use in
test-dashboard.js
node test-dashboard.js
to test
This Dashboard code allows you to do a few things with the dashboard including:
- Compute HMAC Sig w/ a nonce
- Updates assets (logos)
- Updates colors (just background for this example)
- Gets application UI details
- Updates application details
NOTE: If you're looking for the webhook examples, you can find the here.