cURL
curl --request GET \ --url https://api.example.com/api/logs/stats \ --header 'Authorization: Bearer <token>'
{ "actionStats": [ { "action": "INSERT", "count": 245 }, { "action": "UPDATE", "count": 189 }, { "action": "DELETE", "count": 34 }, { "action": "LOGIN", "count": 567 } ], "tableStats": [ { "table_name": "posts", "count": 156 }, { "table_name": "comments", "count": 223 } ], "recentActivity": 47, "totalLogs": 1035 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Logs statistics
Show child attributes
Count of logs in last 24 hours
Total number of logs