The Delta Search endpoint offers real-time AML (Anti-Money Laundering) compliance checks. Tailored for scenarios where tracking changes is essential, it allows for swift verification of individual entities or transactions, keeping your business compliant with the latest regulations efficiently.
Body
Required
request body of delta search endpoint
-
unix timestamp to filter records added and/or modified after.
Maximum value is
9999
. -
search keyword
Minimum length is
5
, maximum length is150
. -
identification (optional) to include into search
Minimum length is
5
, maximum length is100
. -
limits the number of results
Minimum value is
1
, maximum value is10
. Default value is5
. -
minimum similarity accepted
Minimum value is
85
, maximum value is100
. Default value is90
. -
birth year parameter to filter results
Minimum value is
1920
, maximum value is2024
. -
Not more than
5
elements. Values areadverse
,regulation
,sanction
,law_enforcement
, orpep
. -
Values are
individual
,legal_entity
,company
,organization
,vessel
,aircraft
,crypto_wallet
, orunknown
. -
include / exclude keyword phonetic match results
Default value is
false
.
curl \
--request POST 'https://api.klexta.com/rta/delta/search' \
--header "Content-Type: application/json" \
--header "x-client-id: string" \
--header "x-klexta-key: string" \
--data '{"after":42,"keyword":"string","identification":"string","size":5,"minSimilarity":90,"birthYear":42,"listType[]":["adverse"],"entityType":"individual","phoneticEnabled":false}'
# Headers
x-client-id: string
x-klexta-key: string
# Payload
{
"after": 42,
"keyword": "string",
"identification": "string",
"size": 5,
"minSimilarity": 90,
"birthYear": 42,
"listType[]": [
"adverse"
],
"entityType": "individual",
"phoneticEnabled": false
}
[
{
"id": "string",
"name": [
"string"
],
"datasets": [
"string"
],
"listTypes": [
"string"
],
"type": [
"string"
],
"riskLevel": "string",
"countries": [
"string"
],
"similarity": {
"ratio": 42,
"matchedKeyword": "string",
"matchedWith": "NAME",
"phoneticMatch": true
},
"_links": {
"appURL": "string"
}
}
]
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}
{
"type": "string",
"title": "string"
}