Reference
/- Get audit log for wallet
Query audit logs with filters
Get audit log for specific policy
Get audit log for wallet
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Get audit log for wallet
Security
oauth2ClientCredentials(Required scopes: wallet-policies:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/wallet-policies/wallet/{walletId}/audit
- Productionhttps://api.boyahq.com/v2/wallet-policies/wallet/{walletId}/audit
- Sandboxhttps://sandbox.api.boyahq.com/v2/wallet-policies/wallet/{walletId}/audit
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/wallet-policies/wallet/{walletId}/audit' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'Response
{ "docs": [ { … } ], "total": 0, "page": 0, "limit": 0, "pages": 0 }