Skip to main content
POST
/
api
/
v1
/
messages
/
{id}
/
ack
Acknowledge receipt of a message
curl --request POST \
  --url http://localhost:3001/api/v1/messages/{id}/ack \
  --header 'x-api-key: <api-key>'
{
  "acknowledged": true
}

Authorizations

x-api-key
string
header
required

Placet API key (hp_...)

Path Parameters

id
string
required

Query Parameters

channel
string
required

Channel (agent) ID

Response

Message acknowledged

acknowledged
boolean
Example:

true