API Reference
Ingest
POST /api/ingest/:endpointToken
Accepted requests return:
{ "ok": true, "event_id": "evt_...", "status": "queued" }
Errors include 401 invalid endpoint token, 403 disabled endpoint, 413 payload too large, 429 rate limited, and 500 storage failure.
Event objects include ID, project, endpoint, status, payload hash, payload size, content type, storage mode, and received timestamp. Delivery attempts include job ID, event ID, destination, attempt number, response status, timing, and error fields. Retry and replay endpoints require an authenticated dashboard session.