POST /_system/userlogs
Submit user activity logs from client sessions (public endpoint with session validation)
/_system/userlogs
POST
Submit user activity logs from client sessions (public endpoint with session validation)
Key | Type | Example | Description |
---|---|---|---|
session_id required | string |
"example-string"
|
Active session ID (must exist in Redis)
|
id required | string |
"example-string"
|
Log identifier (max 100 chars)
|
logs required | array |
[]
|
Array of log entries (last 25 processed)
|
{
"msg": "ok"
}
{
"success": false,
"error": "ERROR_KEY"
}
Error Code | Description |
---|---|
HTTP_400 | Validation error |
permission | description |
---|---|
*public |
No authentication required - public endpoint |
Back to User Logs Return to the User Logs category to view other endpoints All API Categories Browse all available API categories