Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
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
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:external-accounts
At a glance
Language Objective-C
Endpoints9
Base URLhttps://api.nexmo.com/beta/chatapp-accounts
✓ Official