Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
List legs
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/legs
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/users
List conversations
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.nexmo.com/v0.1/conversations
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:conversation
At a glance
Language Objective-C
Endpoints23
Base URLhttps://api.nexmo.com/v0.1
✓ Official