KYC
Get KYC Result by ID
Retrieve the KYC check result for a specific entity by its search ID.
GET
Get KYC Result by ID
The Get KYC Result by ID endpoint returns the full results of a completed KYC check for a specific entity, including risk level, sanctions matches, PEP findings, and adverse media.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 |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Unique identifier for the KYC search result |
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 with country, body, and types |
data.result.social_media | array | Social media profiles found |
data.result.adverse_media_results | string or array | Adverse media findings, or a pending message if still processing |
data.result.total_blacklist_hits | number | Total blacklist flags |

