cURL
curl --request POST \ --url https://api.pingmee.co.il/conversations/{id}/status \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "participantsIdentifiers": "<string>", "status": "open" } '
"success"
Set the status of a conversation.
Unique identifiers of the conversation participants.
Conversation status.
open
closed
standby
Conversation status updated successfully
The response is of type string.
string