Endpoint
Request
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | Event ID to mark as delivered |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Yes | Your partner API key |
Response
Success (200 OK)
Not found (404 Not Found)
The event was not found or does not belong to your partner account.Example
Usage pattern
A typical event processing flow:- Poll for pending events using
GET /partner/v1/events?delivered=false - Process each event in your system
- Mark each event as delivered using this endpoint
- Repeat periodically
