cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/system-logs/stats \ --header 'Authorization: Bearer <token>'
{ "by_category": {}, "by_level": {}, "total": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Log statistics by level/category
GET /api/system-logs/stats.
GET /api/system-logs/stats
Was this page helpful?