Skip to main content
The Quick Scan feature allows users to perform an ad-hoc preliminary screening based on the name of an individual or a corporate entity. Quick Scan is designed for fast checks outside the full customer onboarding workflow, making it useful for spot-checks, investigations, or pre-onboarding assessments.

Workflow

1

Trigger a Quick Scan

Call POST /api/quickscan/screen with the entity name, customer type, and chosen screening engines. The API returns a screeningId you will use in subsequent calls.
2

Poll for completion (optional)

Call GET /api/quickscan/screen/{screeningId} to check the screening finalStatus. Repeat until the status is DONE or FAILED.
3

Retrieve hits by screening type

Call GET /api/quickscan/screen/{screeningId}/hit with the desired screeningType to get paginated potential hits.

Key Features

  • Screen by individual name or corporate name.
  • Choose which screening engines to include (e.g., ARTEMISCAN, DJ, OWN_RESTRICTED_LIST, INTERNET_SEARCH, TR).
  • Retrieve past scans and review detailed hits for each screening engine.

Screening Engines

EngineDescription
ARTEMISCANCynopsis proprietary screening engine
DJDow Jones screening
TRWorld-Check (Refinitiv / LSEG)
INTERNET_SEARCHInternet-based adverse media search
OWN_RESTRICTED_LISTYour organisation’s custom restricted list

Notes

  • Quick Scan results provide a snapshot of potential risk indicators.
  • For ongoing monitoring and audit trails, use the full Customer Creation and Screening Workflow instead.

Endpoints in This Section

EndpointDescription
Trigger Quick Scan ScreeningStart a new Quick Scan
Get Quick Scan ScreeningCheck screening status and details
Get Quick Scan Screening HitsRetrieve hits filtered by screening type
Get Quick Scan ListList all historical Quick Scans