Conversation API
The Conversation API is a low-level API that makes it possible to connect multiple users in multi-channel conversations (SIP, IP Voice, Messenger, Whatsapp, In-app Chat etc). It is the API that powers the Voice/Chat Client SDKs.
Multi-Channel
SDK available
Multi-User
curl -X "POST" "https://api.nexmo.com/v0.3/conversations" \
-H 'Authorization: Bearer '$JWT\
-H 'Content-Type: application/json' \
-d $'{
"name": "$CONV_NAME",
"display_name": "$CONV_DISPLAY_NAME"
}'curl -X "POST" "https://api.nexmo.com/v0.3/conversations" \
-H 'Authorization: Bearer '$JWT\
-H 'Content-Type: application/json' \
-d $'{
"name": "$CONV_NAME",
"display_name": "$CONV_DISPLAY_NAME"
}'curl -X "POST" "https://api.nexmo.com/v0.3/conversations" \
-H 'Authorization: Bearer '$JWT\
-H 'Content-Type: application/json' \
-d $'{
"name": "$CONV_NAME",
"display_name": "$CONV_DISPLAY_NAME"
}'
