Skip to main content
POST/api/v1/aml/screening/organization
Screen a business by name against sanctions, watchlists, PEP and adverse-media sources, then pull full match details for any candidate it returns.

Headers

Body parameters

Response

Returns a matchResults array of candidate profiles. Each entry has a MatchType (e.g. "Entity"), the matched Name, a ProfileId, and a NameMatchScore (01). The business screen returns only these lightweight candidates — it does not embed the underlying sanctions, PEP or adverse-media records.

Get full match details

Take the ProfileId of any candidate and call GET /api/v2/aml/screening/info with it as the profile_id query parameter to retrieve the full, normalised match — match_score, entryCategory, watch, aliases and the supporting media articles. See AML Screening → Fetch match details for the full response shape.
cURL

Errors