Last updated 9 months ago
Was this helpful?
/api/v1/audit-log
curl -L \ --url '/api/v1/audit-log' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "total": 1, "current_page": "text", "current_page_backwards": "text", "previous_page": "text", "next_page": "text", "items": [ { "sid": 1, "organizationId": 1, "targetId": "text", "targetType": "text", "author": "text", "interface": "text", "action": "text", "status": "text", "returnMessage": "text", "changes": {}, "date": "2025-02-21T18:24:28.556Z" } ] }