Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Search available numbers
curl \
  # append ?api_key=$API_KEY to the URL \
  https://rest.nexmo.com/number/search
List the numbers you own
curl \
  # append ?api_key=$API_KEY to the URL \
  https://rest.nexmo.com/account/numbers
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:numbers
At a glance
Language Objective-C
Endpoints5
Base URLhttps://rest.nexmo.com
✓ Official