Skip to main content
POST
/
api
/
v2
/
notion
/
page
/
{page_id}
/
apply-template
Apply a template to a page
curl --request POST \
  --url https://{deployment}/api/v2/notion/page/{page_id}/apply-template \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-Notion-Token: <api-key>' \
  --data '
{
  "template_id": "tmpl_123"
}
'
{}

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).

Path Parameters

page_id
string
required

Notion page ID.

Body

application/json

The body is of type object.

Response

Apply result

The response is of type object.