Record Heartbeat
POST/heartbeat
Push the page_view event id onto the tenant's Redis FIFO list with a server timestamp and the cumulative active time on the page. The event id is trusted (UUID format only — no lookup). Each beat carries the running total of active whole seconds, so the latest beat for an event id supersedes earlier ones. No-op (204, before validation) when the SdkHeartbeat feature is disabled, so the endpoint is unobservable while off.
Request
Responses
- 204
- 422
No content
Validation error