Using react-native-nexmo-verify with nexmo.com

Java integration

Install
# Maven: see https://github.com/artechsio/react-native-nexmo-verify
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
react-native-nexmo-verify
Java
API
nexmo.com
nexmo.com:external-accounts
At a glance
Language Java
Endpoints9
Base URLhttps://api.nexmo.com/beta/chatapp-accounts