Skip to main content

Audit log

Every successful create, update, and delete performed through the public API is recorded. Use the audit log to show the user what changed, or to reconstruct prior state for an undo. GET /api/v1/audit Entries are returned newest first. The endpoint needs only the read scope.
action is one of subscription.create, subscription.update, or subscription.delete. The metadata object holds before, after, and patch snapshots where applicable — enough to describe or reverse a change.