Headers
-
x-client-id
string klexta client id key for authentication
-
x-klexta-key
string klexta api key for authentication
Body
Required
request body of bulk endpoint
-
requestId
string Required Minimum length is
1
, maximum length is100
. -
keyword
string Required Minimum length is
5
, maximum length is150
. -
after
integer(int32) Required unix timestamp to filter records added and/or modified after.
Minimum value is
9999
. -
identification
string | null Minimum length is
5
, maximum length is100
. -
size
integer(int32) Minimum value is
1
, maximum value is10
. Default value is5
. -
minSimilarity
integer(int32) Minimum value is
85
, maximum value is100
. Default value is90
. -
birthYear
integer(int32) | null Minimum value is
1920
, maximum value is2024
. -
listType[]
array[string] | null Not more than
5
elements. Values areadverse
,regulation
,sanction
,law_enforcement
, orpep
. -
entityType
string | null Values are
individual
,legal_entity
,company
,organization
,vessel
,aircraft
,crypto_wallet
, orunknown
. -
phoneticEnabled
boolean | null include / exclude keyword phonetic match results.
Default value is
false
.
Responses
-
200 application/json
OK
-
400 application/problem+json
Bad request
-
401 application/problem+json
Unauthorized
-
402 application/problem+json
Not Enough Credit
-
403 application/problem+json
Forbidden
-
422 application/problem+json
Unprocessable Entity
-
429 application/problem+json
Rate Limit Exceed
-
500 application/problem+json
Internal Server Error
curl \
--request POST 'https://api.klexta.com/rta/delta/bulk' \
--header "Content-Type: application/json" \
--header "x-client-id: string" \
--header "x-klexta-key: string" \
--data '[{"requestId":"string","keyword":"string","after":42,"identification":"string","size":5,"minSimilarity":90,"birthYear":42,"listType[]":["adverse"],"entityType":"individual","phoneticEnabled":false}]'
# Headers
x-client-id: string
x-klexta-key: string
# Payload
[
{
"requestId": "string",
"keyword": "string",
"after": 42,
"identification": "string",
"size": 5,
"minSimilarity": 90,
"birthYear": 42,
"listType[]": [
"adverse"
],
"entityType": "individual",
"phoneticEnabled": false
}
]
[
{
"requestId": "string",
"result": [
{
"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"
}