cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/system-logs/categories \ --header 'Authorization: Bearer <token>'
{ "categories": [ "<string>" ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Distinct log categories
GET /api/system-logs/categories.
GET /api/system-logs/categories
Was this page helpful?