Create a new compliance screening request.
The data.type field determines the screening type and must be one of:
screening/politically-exposed-person: PEP screeningscreening/watchlist: Sanctions and watchlist screeningscreening/business-watchlist: Business sanctions screeningscreening/business-adverse-media: Business adverse media screeningEach type accepts a typed query object specific to that screening type.
Execution Modes:
async: Returns immediately with pending status, processes in background (default)sync: Waits for processing to complete (timeout: 55 seconds)API key for authentication. Access https://console.beltic.com/ to obtain your API key.
{
"type": "screening/politically-exposed-person",
"attributes": {
"execution_mode": "sync",
"query": {
"name_first": "John",
"name_last": "Doe",
"birthdate": "1985-01-15",
"country_code": "US"
}
}
}Screening created successfully