Get live conversation join token

Get a token to join a live conversation

POST
/conversations/GetLiveConversationJoinToken
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Get live conversation join token input

conversationIdstring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/conversations/GetLiveConversationJoinToken" \  -H "Content-Type: application/json" \  -d '{    "conversationId": "string"  }'
{
  "token": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}