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
Retrieve list of subaccounts
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/subaccounts
Retrieve list of credit transfers
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/credit-transfers
Retrieve list of balance transfers
curl \
  -u "$API_USER:$API_PASS" \
  https://api.nexmo.com/accounts/{api_key}/balance-transfers
SDK on GitHub 📄 API Docs
SDK
client-sdk-voice-app-to-phone-flutter
Kotlin
API
nexmo.com
nexmo.com:subaccounts
At a glance
Language Kotlin
Endpoints9
Base URLhttps://api.nexmo.com/accounts
✓ Official