Reference
/- List audit trail events
Get intelligent audit trail digest with grouped insights
List audit trail events
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
List audit trail events
Security
oauth2ClientCredentials(Required scopes: audit-trail:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/audit-trail
- Productionhttps://api.boyahq.com/v2/audit-trail
- Sandboxhttps://sandbox.api.boyahq.com/v2/audit-trail
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/audit-trail?page=1&limit=15' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'Response
{ "docs": [ { … } ], "total": 0, "limit": 0, "page": 0, "pages": 0 }