Skip to main content
GET
/
api
/
v1
/
notion
/
database
/
{database_id}
/
schema
Get database schema
curl --request GET \
  --url https://{deployment}/api/v1/notion/database/{database_id}/schema \
  --header 'X-API-KEY: <api-key>' \
  --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).

Path Parameters

database_id
string
required

Notion database ID.

Response

Database schema

Notion schema payload (property names, types, and options). Shape mirrors Notion's schema — consume the property map directly.