Using stitch-js-quickstart with nexmo.com

HTML integration

✓ Official SDK
Install
# See https://github.com/Nexmo/stitch-js-quickstart
Get details of your calls
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v1/calls/
Get detail of a specific call
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v1/calls/{uuid}
SDK on GitHub 📄 API Docs
SDK
stitch-js-quickstart
HTML
API
nexmo.com
nexmo.com:voice
At a glance
Language HTML
Endpoints9
Base URLhttps://api.nexmo.com/v1/calls
✓ Official