cURL
curl --request POST \ --url https://api.pingmee.co.il/conversations/{id}/agents \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "agentIds": [ "<string>" ] } '
{}
Associate agents to a conversation.
Unique identifiers of the conversation participants.
List of agent IDs to associate with the conversation.
Agent IDs to associate.
Agents associated successfully
The response is of type object.
object