KYC Solution API Documentation
  1. Checks
KYC Solution API Documentation
  • 📘 Enum Reference
  • Clients
    • Create Client
      POST
    • Get Clients List
      GET
    • Get Client
      GET
  • Checks
    • Request Verification Session
      POST
    • Get Check Result
      GET
    • Get Checks List
      GET
    • Get Client Latest Check
      GET
  1. Checks

Get Client Latest Check

GET
/service/checks/client/latest-check

Request

Authorization
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
Query Params

Responses

🟢200200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-sandbox.kycsolution.com/api/service/checks/client/latest-check?client_id=5f87d422-b178-41fd-a8c4-b17003896e2a' \
--header 'X-API-Key: <api-key>'
Response Response Example
{
    "result": {
        "id": "d9740d3c-ef52-4488-8270-5aa4c2ce96e5",
        "outcome": "attention",
        "reason": "Document back is invalid. & Eye color is missing or cannot be read. & The document uploaded is a fake or sample document, not an authentic document. Matching address from database. & Face mismatch between document photo and selfie photo, similarity score: 0.01.",
        "verification_type": "identity_check",
        "created_at": "2025-11-17T14:08:38.282Z",
        "updated_at": "2025-11-17T14:08:38.282Z",
        "client": {
            "id": "a5ac2059-39b2-43eb-9df9-e631b025d513",
            "type": 1,
            "email": "michael.brown@example.com",
            "mobile": "+15434622092",
            "external_id": "ext-798113",
            "created_at": "2025-09-19T02:39:44.721Z",
            "updated_at": "2025-09-19T02:39:44.721Z",
            "person_details": {
                "first_name": "MICHAEL",
                "middle_name": "MIDDLE",
                "last_name": "BROWN",
                "dob": "1953-04-22",
                "gender": 2,
                "nationality": "JP",
                "birth_country": "JP"
            }
        },
        "result": {
            "mrz_text": null,
            "person_gender": "MALE",
            "person_height": "5'-05\"",
            "person_address1": "2570 24TH STREET",
            "person_address2": "ANYTOWN, CA",
            "document_id_type": "DRIVING_LICENSE",
            "person_eye_color": null,
            "person_full_name": "CHARLIE KIRK",
            "person_first_name": "CHARLIE",
            "person_last_name": "KIRK",
            "person_middle_name": null,
            "document_id_number": "03062567",
            "document_issued_date": "2009-08-31",
            "document_expiry_date": "2030-08-31",
            "person_date_of_birth": "1993-10-14",
            "document_country_iso2": "US",
            "person_place_of_birth": null,
            "document_issuing_authority": null,
            "person_nationality_country_iso2": "US",
            "person_post_code": null
        },
        "warnings": [
            {
                "code": "INVALID_BACK_DOCUMENT",
                "decision": "reject",
                "severity": "high",
                "description": "Document back is invalid.",
                "confidence": 1
            }
        ],
        "screening_results": [
            {
                "id": "23db80b4-87ef-49b2-b6e0-83b14cee39e8",
                "first_name": [
                    "Charlie",
                    "James"
                ],
                "last_name": [
                    "Kirk"
                ],
                "middle_name": [],
                "full_name": [
                    "Чарли Кирк",
                    "Charlie Kirk",
                    "チャーリー・カーク",
                    "查理·科克",
                    "צ'ארלי קירק",
                    "تشارلي كيرك"
                ],
                "alias": [
                    "Charles J. Kirk",
                    "Charles Kirk",
                    "Charles James Kirk"
                ],
                "dob": [
                    "1993-10-14"
                ],
                "note": [
                    "American political activist and radio talk show host"
                ],
                "topic": [
                    "poi",
                    "Person of interest"
                ],
                "birth_place": [
                    "Arlington Heights"
                ],
                "address": [],
                "social_security_number": [],
                "religion": [],
                "death_date": [],
                "education": [
                    "Harper College",
                    "Wheeling High School",
                    "Leadership Institute"
                ],
                "citizenship": [
                    "us"
                ],
                "wikidata_id": [
                    "Q30121972"
                ],
                "gender": [
                    "male"
                ],
                "country": [],
                "classification": [],
                "position": []
            }
        ]
    }
}
Modified at 2026-02-10 17:27:29
Previous
Get Checks List
Built with