Parameters
JSON body
Request body
application/jsonidstringRequiredExternal member id whose profile the note belongs to.
bodyMdstringRequiredMarkdown body. May contain @mentions which are parsed server-side.
pinnedbooleanOptionalJSON body
idstringRequiredExternal member id whose profile the note belongs to.
bodyMdstringRequiredMarkdown body. May contain @mentions which are parsed server-side.
pinnedbooleanOptional1 status code documented
idnumberRequired{
"id": 0
}POST /bff/member/notes/create
curl -X POST "https://api.bizkithub.com/bff/member/notes/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"bodyMd": "example_bodyMd",
"pinned": false
}'All BizKitHub public API endpoints require authentication via API key.