ReferenceAppsConciergeClient

Get live join token

Get a live join token for a conversation

POST
/apps/bivariant.concierge/modules/client/actions/conversation.get-live-join-token
AuthorizationBearer <token>

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

In: header

Header Parameters

X-Bivariant-Space-Idstring

Space ID

X-Bivariant-Guest-Account-Id?string

Guest Account ID

Live join token input

conversationIdstring

The ID of the conversation to get the live token for.

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/apps/bivariant.concierge/modules/client/actions/conversation.get-live-join-token" \  -H "X-Bivariant-Space-Id: string" \  -H "X-Bivariant-Guest-Account-Id: string" \  -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"
}