Skip to main content
POST
cURL

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Path Parameters

id
string
required

Conversation participants identifiers (participantsIdentifiers). Must be URL-encoded when used in the path (for example, encode # as %23).

Body

application/json

List of agent IDs to associate with the conversation.

agentIds
string[]
required

Agent IDs to associate.

Response

Agents associated successfully

The response is of type string.

Example:

"success"

Last modified on August 18, 2026