nexmo.com

The Numbers API enables you to manage your existing numbers and buy new virtual numbers for use with the Vonage APIs. Further information is here:

🔑 oauth2 5 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

verify-javascript-sdk ✓ Official
npm install verify-javascript-sdk
verify-android-sdk ✓ Official
# Maven: see https://github.com/Nexmo/verify-android-sdk
# Maven: see https://github.com/artechsio/react-native-nexmo-verify
composer require vonage-php-nexmo-bridge
verify-ios-sdk ✓ Official
# See https://github.com/Nexmo/verify-ios-sdk
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
stitch-js-quickstart ✓ Official
# See https://github.com/Nexmo/stitch-js-quickstart
# See https://github.com/Nexmo/server-sdk-specification
client-sdk-tutorials ✓ Official
# See https://github.com/nexmo-community/client-sdk-tutorials
curl examples
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
Endpoints (5 total)
GET
/number/search
Search available numbers
GET
/account/numbers
List the numbers you own
POST
/number/buy
Buy a number
POST
/number/cancel
Cancel a number
POST
/number/update
Update a number
At a glance
Total SDKs9
Languages8
Endpoints5
Authoauth2
https://rest.nexmo.com