Skip to main content

Acknowledges one relay event, removing it from the workspace's buffer.

POST 

/v1/relay/ack

The tunnel calls this after it has handed the event to the local receiver, which is what makes redelivery at-least-once rather than at-most-once: an event whose acknowledgement never arrives stays buffered and is re-sent on the next reconnect. Scoped to the caller's workspace, so a tunnel can never acknowledge another workspace's event.

Request

Responses

Event acknowledged and removed from the buffer.