cURL
curl --request GET \ --url https://api.scoutline.com/v1/audit/logs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "action": "<string>", "userId": "<string>", "timestamp": "2023-11-07T05:31:56Z", "metadata": {} } ]
Returns a granular audit trail for firm activities, including document access and AI-generated drafts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of audit log entries
Was this page helpful?
Contact support