List events
Events
List events
The company’s event timeline in chronological order. Poll incrementally with since= (an ISO-8601 timestamp), optionally filter by eventType, and cap the page with limit (1–500, default 100). This is the pull equivalent of webhooks.
GET
List events
Authorizations
Your API key, e.g. kua_live_… (or kua_test_… in test mode).
Response
OK
The event's unique id. Dedupe on this.
When the event occurred (ISO-8601, UTC).
The event type, e.g. payroll.run.disbursed.
The kind of entity the event is about, e.g. PayrollRun.
The id of the entity the event is about.
Event-specific fields, as a JSON-encoded string.