Using client-sdk-voice-app-to-phone-flutter with nexmo.com

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
Get Account Balance
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/account/get-balance
Retrieve API Secrets
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/secrets
Retrieve one API Secret
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/secrets/{secret_id}
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:account
At a glance
Language Kotlin
Endpoints8
Base URLhttps://api.nexmo.com
✓ Official