Skip to main content
POST
/
v1
/
notion_comment
notion_comment
curl --request POST \
  --url https://api.fetchbean.com/v1/notion_comment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "parent": {},
  "discussion_id": "<string>",
  "body": "<string>",
  "rich_text": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
parent
object
discussion_id
string
body
string
rich_text
object[]

Response

Success

The response is of type object.