POST
Screen a business by name against sanctions, watchlists, PEP and adverse-media sources, then pull full match details for any candidate it returns.
/api/v1/aml/screening/organizationHeaders
Body parameters
Response
Returns amatchResults array of candidate profiles. Each entry has a MatchType (e.g. "Entity"), the matched Name, a ProfileId, and a NameMatchScore (0–1). 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 theProfileId 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