PUT
/
agents
/
assign
Assign Agents to Client
curl --request PUT \
  --url https://api.chat-dash.com/v1/public/agents/assign \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agentIds": [
    "<string>"
  ],
  "clientId": "<string>"
}'
{
  "message": "Agent assigned to client successfully"
}

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Body

application/json

Response

OK

The response is of type object.