# 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. **GET /search** ## Servers - Production: https://api.klexta.com/rta (Production) - Sandbox: http://api.klexta.com/sandbox/rta (Sandbox) ## Parameters ### Headers - **x-client-id** (string) klexta client id key for authentication - **x-klexta-key** (string) klexta api key for authentication ### Query parameters - **** (object) query parameters of search endpoint ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (string) klexta unique id of the entity - **name** (array[string]) entity names - **datasets** (array[string]) entity datasets - **listTypes** (array[string]) entity list types - **type** (array[string]) entity type - **riskLevel** (string) entity risk level - **countries** (array[string]) entity countries - **similarity** (object) - **_links** (object) ### 400 Bad request #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 401 Unauthorized #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 402 Not Enough Credit #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 403 Forbidden #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 422 Unprocessable Entity #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 429 Rate Limit Exceed #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 500 Internal Server Error #### Body: application/problem+json (object) - **type** (string) - **title** (string) [Powered by Bump.sh](https://bump.sh)