Events
Use your Guardian secret key as a Bearer token.
Example: Authorization: Bearer sec_xxx
Do not pass the secret as a query parameter (?secret=...) — such requests are blocked
by the upstream WAF and would leak credentials into access logs and referrers.
Guardian event identifier (e.g. evt_123).
Processed event payload
Bad request
Unauthorized (missing or invalid secret key)
Payment required (free quota exceeded)
Forbidden (event does not belong to the key)
Event not found (may occur while the event is still processing)
Unexpected server error
Use your Guardian secret key as a Bearer token.
Example: Authorization: Bearer sec_xxx
Do not pass the secret as a query parameter (?secret=...) — such requests are blocked
by the upstream WAF and would leak credentials into access logs and referrers.
Maximum number of events to return (1-100).
20Opaque cursor for pagination. Use nextCursor from the previous response.
Filter events by visitor identifier.
Return events created before this timestamp (ISO 8601).
2025-01-31T23:59:59ZReturn events created on or after this timestamp (ISO 8601).
2025-01-01T00:00:00ZSort order by creation time.
descPossible values: Paginated list of processed events
Bad request (invalid cursor or parameters)
Unauthorized (missing or invalid secret key)
Unexpected server error
Last updated
Was this helpful?