管理接口日志
获取日志统计
👨💼 需要管理员权限(Admin)
Authorization
BearerAuth & NewApiUser
AuthorizationBearer <token>
System access token.
Format: Authorization: Bearer {token}
Generate it in "Personal Settings - System Token".
In: header
New-Api-User<token>
Current logged-in user ID.
Format: New-Api-User: {user_id}
In: header
Response Body
curl -X GET "https://easyrouter.io/api/log/stat"Empty