Using verify-ios-sdk with nexmo.com

Swift integration

✓ Official SDK
Install
# See https://github.com/Nexmo/verify-ios-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-ios-sdk
Swift
API
nexmo.com
nexmo.com:external-accounts
At a glance
Language Swift
Endpoints9
Base URLhttps://api.nexmo.com/beta/chatapp-accounts
✓ Official