KYC
Get All KYC Search Results
Retrieve all KYC search results associated with your account, including risk levels and sanction findings.
GET
Get All KYC Search Results
The Get All KYC Search Results endpoint returns a list of every KYC check performed under your account. Each result includes the entity’s risk level, PEP status, sanctions matches, and adverse media findings.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data[].id | number | Unique identifier for the KYC search result |
data[].entity_name | string | Name of the entity that was searched |
data[].branch_id | number | Branch associated with this KYC search |
data[].status | string | Search status (e.g., "completed") |
data[].result.risk_level | string | Risk level assessed: "low", "medium", or "high" |
data[].result.total_hits | number | Total flagged hits across all categories |
data[].result.pep_results | array | Politically Exposed Person matches |
data[].result.sanction_results | array | Sanctions list matches |
data[].result.social_media | array | Social media profiles found |
data[].result.adverse_media_results | array | Adverse media articles |
data[].result.total_blacklist_hits | number | Total blacklist flags |
400 Bad Request
401 Unauthorized
Authorizations
Your Adhere API secret key
Response
All KYC results retrieved

