DocsAPI ReferenceMember/bff/member/notes/create
postMemberAdmin BFF

/bff/member/notes/create

Create a new internal note

MemberpostBffMemberNotesCreate

Parameters

3 body

3 total
Body · 3
idstringRequired

External member id whose profile the note belongs to.

bodyMdstringRequired

Markdown body. May contain @mentions which are parsed server-side.

pinnedboolean

Request

POST /bff/member/notes/create

post
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
}'

Response

JSON payload

{
  "id": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key