Skip to main content
POST
Acknowledge events as processed. Call this after successfully processing events to prevent replay.

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the SimpleEmailAPI dashboard and include it in the Authorization header as: Bearer sea_live_xxxxx

Headers

Connect-Protocol-Version
enum<number>
required

Define the version of the Connect protocol

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json

Request to acknowledge events as processed.

eventIds
string[]

Event IDs to acknowledge as processed.

Response

Success

Response after acknowledging events.

ackedCount
integer<int32>

Number of events successfully acknowledged.