Skip to main content
POST
Bulk check values

Overview

Runs multiple isInDataList checks in a single round trip. Each entry specifies listType and searchValue.

Endpoint

Authentication

Request Body

array
required
1–50 objects: { "listType": "<enum>", "searchValue": <any> }.
object
  • includeMetadata (boolean)
  • useCache (boolean, default true)

Response

data.results (per-check outcomes) and data.summary (totalChecks, successfulChecks, totalMatches, hasAnyMatches, etc.).