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
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.
