nexmo.com

The Reports API enables you to request a report of activity for your Vonage account. Depending on your query pattern, you can choose from one of the two versions of the Reports API: asynchronous and synchronous. The asynchronous version is optimized for infrequent and large dat

🔑 basic 6 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

verify-javascript-sdk ✓ Official
npm install verify-javascript-sdk
verify-android-sdk ✓ Official
# Maven: see https://github.com/Nexmo/verify-android-sdk
# Maven: see https://github.com/artechsio/react-native-nexmo-verify
composer require vonage-php-nexmo-bridge
verify-ios-sdk ✓ Official
# See https://github.com/Nexmo/verify-ios-sdk
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
stitch-js-quickstart ✓ Official
# See https://github.com/Nexmo/stitch-js-quickstart
# See https://github.com/Nexmo/server-sdk-specification
client-sdk-tutorials ✓ Official
# See https://github.com/nexmo-community/client-sdk-tutorials
curl examples
List reports
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports
Load records synchronously
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v2/reports/records
Get report data
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/v3/media/{file_id}
Endpoints (6 total)
GET
/v2/reports
List reports
GET
/v2/reports/records
Load records synchronously
GET
/v3/media/{file_id}
Get report data
GET
/v2/reports/{report_id}
Get status of report
POST
/v2/reports
Create an asynchronous report
DELETE
/v2/reports/{report_id}
Cancel the execution of a report
At a glance
Total SDKs9
Languages8
Endpoints6
Authbasic
https://api.nexmo.com