Check value in lists by type
API Reference
Check value in lists by type
Check whether a value appears in any active data list of a given type for the tenant, used for runtime screening β POST /data-lists//check.
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
Value to match (string, number, or structured object depending on type).
includeMetadata(boolean): include match metadata in the response.useCache(boolean): defaults to true; setfalseto bypass cache.
Response
found, listType, searchValue (redacted when non-string), matches, matchCount, plus performance timing and optional cacheHit.