Validate an individual entity.

Returns whether the individual is a Politically Exposed Person (PEP) and any watchlist matches.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
request_idstringRequired

Unique request ID for tracking the request. Used to re-try requests that timed out or failed to avoid duplicate processing.

entityobjectRequired
fuzzy_matchbooleanOptional
Defaults to false. If true, the API will return results for entities with minor spelling differences in the name.

Response

OK
request_idstring
Unique request ID for tracking the request.
entity_risk_scoredouble
Risk score for the requested individual entity.
pep_matcheslist of objects

List of matches to Politically Exposed Persons (PEPs).

watchlist_matcheslist of objects
List of matches to entities on enabled watchlists.