Using client-sdk-tutorials with nexmo.com

Objective-C integration

✓ Official SDK
Install
# See https://github.com/nexmo-community/client-sdk-tutorials
Retrieve outbound pricing for a specific country.
curl \
  https://rest.nexmo.com/account/get-pricing/outbound/{type}
Retrieve outbound pricing for all countries.
curl \
  https://rest.nexmo.com/account/get-full-pricing/outbound/{type}
Retrieve outbound pricing for a specific dialing prefix.
curl \
  https://rest.nexmo.com/account/get-prefix-pricing/outbound/{type}
SDK on GitHub 📄 API Docs
SDK
client-sdk-tutorials
Objective-C
API
nexmo.com
nexmo.com:pricing
At a glance
Language Objective-C
Endpoints3
Base URLhttps://rest.nexmo.com/account
✓ Official