POST
/
api
/
v1
/
agent
/
{agentId}
/
dispatch
/
{versionId}
{
  "id": "<string>",
  "metadata": "<string>",
  "connectionDetails": {
    "serverUrl": "<string>",
    "roomName": "<string>",
    "participantName": "<string>",
    "participantToken": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required
versionId
string
required

Body

application/json

Response

201
application/json

Explicit dispatch created successfully

The response is of type object.