Skip to main content

Acknowledge integration events

POST 

/v1/integration/events/ack

Confirm the events you finished processing. Acknowledging with success: true marks them delivered; success: false (optionally with error_message) records the failure so the event can be retried until it exhausts its attempts. Idempotent: acknowledging an event twice is not an error. You can only acknowledge events belonging to your own provider.

The idempotency applies to positive acknowledgements: re-acknowledging an already-delivered event is safe. A negative acknowledgement is not idempotent - each one consumes a retry attempt, so do not replay it blindly. An event that exhausts its attempts moves to ERROR and is not redelivered; there is no re-delivery endpoint, so recovering it requires OSIGU support. event_ids accepts between 1 and 100 ids.

Request

Responses

Acknowledged. No body.