curl --request GET \
--url https://api.backside.app/api/v1/admin/activity-log \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://api.backside.app/api/v1/admin/activity-log \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by category (e.g. digest_delivery)
Filter by severity: info / warning / error
true = ack only, false = unack only
Page size (default 50, max 200)
Opaque pagination cursor
Paginated activity log entries
Was this page helpful?