Skip to main content
GET
Lists curated, filterable activity events for the account, on the Management API host (api.scanova.io), authenticated with your raw Management API key.
string
Comma-separated event types to include: qr_created, qr_updated, qr_deleted, login, shared_user_login, share_granted, share_revoked.
integer
Filters to events performed by a specific shared user id. Omit to include the owner’s own events too.
string
Only events on or after this date (YYYY-MM-DD).
string
Only events on or before this date (YYYY-MM-DD).
Searches target_repr (the affected object’s display name at the time of the event).
string
Sorts by occurred_at — prefix with - for descending. Default is -occurred_at.
integer
Page number.
integer
Results per page, max 100.
actor_user is null when the account owner performed the action; actor_email is always populated, falling back to the owner’s email in that case.
For a shared user whose role has tag-scoped permissions, QR-category events (qr_created, qr_updated, qr_deleted) are limited to QR Codes tagged with that user’s assigned tags (plus untagged QR Codes, if their role includes those). Login and share events are never tag-scoped.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Query Parameters

event_type
string

Comma-separated event types, e.g. qr_created,login.

actor_user
integer
occurred_from
string<date>
occurred_till
string<date>
ordering
string
page
integer
page_size
integer

Max 100.

Response

200 - application/json

Paginated feed of activity events.