DocsAPI ReferenceLog/bff/log/write-frontend-log
postLogAdmin BFF

/bff/log/write-frontend-log

Writes a log entry from the frontend application. Supports debouncing to prevent log spam.

LogpostBffLogWrite-frontend-log

Parameters

3 body

3 total
Body · 3
messagestringRequired

Log message text.

levelstring

Log severity level.

useDebounceboolean | object

Request

POST /bff/log/write-frontend-log

post
curl -X POST "https://api.bizkithub.com/bff/log/write-frontend-log" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "message": "example_message",
  "level": "info"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key