Skip to main content
POST
Check value in lists by type

Overview

Runs the isInDataList lookup for the given list type (e.g. custom, company_blocklist). Useful for runtime screening without referencing a specific list UUID.

Endpoint

Authentication

Request Body

any
required
Value to match (string, number, or structured object depending on type).
object
  • includeMetadata (boolean): include match metadata in the response.
  • useCache (boolean): defaults to true; set false to bypass cache.

Response

found, listType, searchValue (redacted when non-string), matches, matchCount, plus performance timing and optional cacheHit.