Parameters
1 query
Query parameters
· 1codestringRequiredSystem log code identifier.
Example
ORDER_CREATEDReturns the title and description for a system log code. Empty object if the code is unknown.
1 query
codestringRequiredSystem log code identifier.
ORDER_CREATED1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/log/detail-code
curl -X GET "https://api.bizkithub.com/bff/log/detail-code?code=ORDER_CREATED" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.