The search endpoint is perfect for real-time, on-the-fly compliance checks. With this feature, you can swiftly verify individual entities or transactions, ensuring your business remains in compliance with the latest AML regulations.
Deprecated
GET
/search
curl \
--request GET 'http://api.klexta.com/sandbox/rta/search?=%7B%7D' \
--header "x-client-id: string" \
--header "x-klexta-key: string"
Response examples (200)
[
{
"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"
}
}
]
Response examples (400)
{
"type": "string",
"title": "string"
}
Response examples (401)
{
"type": "string",
"title": "string"
}
Response examples (402)
{
"type": "string",
"title": "string"
}
Response examples (403)
{
"type": "string",
"title": "string"
}
Response examples (422)
{
"type": "string",
"title": "string"
}
Response examples (429)
{
"type": "string",
"title": "string"
}
Response examples (500)
{
"type": "string",
"title": "string"
}