nexmo.com

The Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversa

4 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
List Users
curl \
  https://api.nexmo.com/v0.2/users
List Conversations
curl \
  https://api.nexmo.com/v0.2/conversations
List Events
curl \
  https://api.nexmo.com/v0.2/conversations/{conversation_id}/events
Endpoints (4 total)
GET
/users
List Users
GET
/conversations
List Conversations
GET
/conversations/{conversation_id}/events
List Events
GET
/conversations/{conversation_id}/members
List Members
At a glance
Total SDKs9
Languages8
Endpoints4
https://api.nexmo.com/v0.2