Messages
Acknowledge receipt of a message
post/api/v1/messages/{id}/ack
Path parameters
idstring required
Query parameters
channelstring required
Channel (agent) ID
Response
Message acknowledged
Example response
{
"acknowledged": true
}Channel (agent) ID
Message acknowledged
{
"acknowledged": true
}