Headers
-
x-client-id
string klexta client id key for authentication
-
x-klexta-key
string klexta api key for authentication
Query parameters
-
query parameters of search endpoint
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
GET
/search
curl \
--request GET 'https://api.klexta.com/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"
}