Request
[POST]
Header
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Body parameters
Parameter | Type | Description | Required |
---|---|---|---|
schema | string | Screening type: βindividualβ or βorganizationβ | required |
unique_reference | string | Optional unique identifier for the screening request | optional |
properties.names | string | Full name of the individual, e.g., βJohn Doeβ | required |
properties.gender | string | Gender of the individual, e.g., βmaleβ | optional |
properties.date_of_birth | string | Date of birth in YYYY-MM-DD format | optional |
properties.nationality | string | Nationality of the individual | optional |
screening_options.pep_check | boolean | Perform Politically Exposed Person (PEP) check | optional |
screening_options.sanction | boolean | Perform sanction screening | optional |
screening_options.adverse_media_check | boolean | Perform adverse media check | optional |
screening_options.watchlists | array | Specific watchlists to use; leave empty to use all | optional |
screening_options.match_threshold | number | Match threshold score between 0 and 1, e.g., 0.85 | optional |
Sample Request for Individual
Body
Sample Request for Business
Body
Sample response
Response
Note
- Arrays are used for when its possible to have multiple values.
- Sanctions type is either PEP, SANCTIONS, CRIMINAL or ADVERSE_MEDIA.
- sanctions details is populated when the type is sanctions.
- media_category and articles are for when the sanctions type is Adverse Media.
- Screened against Adverse Media news sources.
- Political
- Regulatory
- Terrorism
- Financial_crime
- Organized_crime
- Violent_crime
- Checked against sanction, PEP and criminal watchlists.