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

Body

application/json

Set the status of a conversation.

participantsIdentifiers
string
required

Unique identifiers of the conversation participants.

status
enum<string>
required

Conversation status.

Available options:
open,
closed,
standby

Response

Conversation status updated successfully

The response is of type string.

Example:

"success"