/api/v1/docs/system-log-code-list
Returns every system log code registered in core__system_log_code with its title and description. Powers docs.bizkithub.com/system-codes — the public reference for codes like TTL_003, INTERNAL_FIO_API, MBR_NOTE_MENT that appear in technical-notification e-mails and in the admin log viewer. Operational statistics (occurrence counts, first/last-seen timestamps, severity history) are intentionally not exposed here so the public docs do not disclose platform scale; those live behind the admin BFF instead.
docsgetApiV1DocsSystem-log-code-list
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /api/v1/docs/system-log-code-list
curl -X GET "https://api.bizkithub.com/api/v1/docs/system-log-code-list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
System log code reference.
{
"items": [
{
"code": "TTL_003"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.