Distribution Wallets

Get Account Access History

Returns the grants and revokes recorded against a distribution account, newest first, from an append-only audit table. Owner only. Archived accounts remain queryable. Capped at the 100 most recent entries, with no pagination, so older entries are not returned.

get/distribution-wallets/{id}/audit

Path parameters

idstring required

The unique identifier of the distribution account

Response

Access history retrieved successfully

idstring
user_idstring
wallet_idstring
role'financial_controller' | 'developer' | 'business' | 'initiator' | 'approver'

The role the user holds on this account. Owner is always tenant-wide and never appears here.

granted_bystring

ID of the Owner who granted the access

created_atstring date-time
updated_atstring date-time
operation'INSERT' | 'UPDATE' | 'DELETE'

The change that was recorded. INSERT is a grant, DELETE a revoke, and UPDATE a change to an existing grant

changed_atstring date-time

Changes

Changed in 1 of the 12 revisions of this API.1