BINKDocs
HelpDashboard

Audit Logs

/docs/global/admin-guides/audit-logsGlobal

Every role change, invitation, approval vote and security setting change on your team is logged with an actor, a timestamp and before/after values.

What is recorded

FieldWhat it records
ActorThe user who performed the action, by name and id
ActionRole change, invitation, approval vote or security setting
TimestampUTC, to the second
Before / afterThe previous and new value, so a change is reconstructable

Endpoints

GET

/team/audit

Paginated audit trail for the current company. Filter by actor, action type or date range.

GET

/team/audit/export

Downloadable export for compliance review or handing to an auditor.

Append only

Audit entries cannot be edited or deleted from the API or the dashboard. Pair the requestId on an entry with your own logs to trace an action end to end.

Was this page helpful?