Parameters
JSON body
Request body
application/jsontargetKind"post" | "activity" | "issue" | "newsroom"RequiredtargetExternalIdstringRequiredLength: 16–24
bodyMarkdownstringRequiredLength: 1–4000
JSON body
targetKind"post" | "activity" | "issue" | "newsroom"RequiredtargetExternalIdstringRequiredbodyMarkdownstringRequired1 status code documented
state"ok"RequiredexternalIdstringRequiredstate"forbidden"Required{
"state": "ok",
"externalId": "example_externalId"
}POST /bff/feed/comment-create
curl -X POST "https://api.bizkithub.com/bff/feed/comment-create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"targetExternalId": "example_targetExternalId",
"bodyMarkdown": "example_bodyMarkdown"
}'All BizKitHub public API endpoints require authentication via API key.