Using verify-android-sdk with nexmo.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Nexmo/verify-android-sdk
Retrieve audit events
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events
Retrieve individual audit event
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events/{id}
SDK on GitHub 📄 API Docs
SDK
verify-android-sdk
Java
API
nexmo.com
nexmo.com:audit
At a glance
Language Java
Endpoints2
Base URLhttps://api.nexmo.com/beta/audit
✓ Official