Using verify-android-sdk with nexmo.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Nexmo/verify-android-sdk
Retrieve all accounts you own
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/chatapp-accounts/
Retrieve a Whatsapp account
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/chatapp-accounts/whatsapp/{external_id}
Retrieve a Messenger account
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/chatapp-accounts/messenger/{external_id}
SDK on GitHub 📄 API Docs
SDK
verify-android-sdk
Java
API
nexmo.com
nexmo.com:external-accounts
At a glance
Language Java
Endpoints9
Base URLhttps://api.nexmo.com/beta/chatapp-accounts
✓ Official