Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Basic Number Insight
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/ni/basic/{format}
Advanced Number Insight (sync)
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/ni/advanced/{format}
Standard Number Insight
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.nexmo.com/ni/standard/{format}
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:number-insight
At a glance
Language Objective-C
Endpoints4
Base URLhttps://api.nexmo.com/ni
✓ Official