Skip to main content
POST
Bulk check for duplicates

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

Body

application/json
records
object[]
required
lookup_properties
string[]
required
database_id
string
data_source_id
string
notion_id
string

Response

Existence per record + unique/duplicate splits

success
boolean
total
integer
existing_count
integer
unique_count
integer
results
object[]
unique_records
object[]
duplicate_records
object[]