cURL
curl --request GET \ --url http://localhost:8080/api/admin/audit-logs \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "logs": [ {} ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of audit logs
Show child attributes