Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Retrieve audit events
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events
Retrieve individual audit event
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/beta/audit/events/{id}
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:audit
At a glance
Language Objective-C
Endpoints2
Base URLhttps://api.nexmo.com/beta/audit
✓ Official