Using cloudrail-si-node-sdk with nexmo.com

JavaScript integration

Install
npm install cloudrail-si-node-sdk
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
cloudrail-si-node-sdk
JavaScript
API
nexmo.com
nexmo.com:voice
At a glance
Language JavaScript
Endpoints9
Base URLhttps://api.nexmo.com/v1/calls