Skip to main content
GET
/
api
/
v1
/
notion
/
comments
List comments
curl --request GET \
  --url https://{deployment}/api/v1/notion/comments \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-Notion-Official-Token: <x-notion-official-token>' \
  --header 'X-Notion-Token: <api-key>'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

X-Notion-Token
string
header
required

Your Notion integration token / internal token. Supplied by the caller (not stored server-side).

Headers

X-Notion-Official-Token
string
required

Your official Notion integration token — required by the official-API comments and users endpoints.

Query Parameters

block_id
string

Page or block ID.

Response

Comments

The response is of type object.