v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-06211660.4 KB
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

acknowledgedboolean

Example response

{
  "acknowledged": true
}