KYC Solution API Documentation
  1. Clients
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. Clients

Get Clients List

GET
/service/clients/list

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 --request GET 'https://api-sandbox.kycsolution.com/api/service/clients/list?page=1&per_page=10' \
--header 'X-API-Key: <api-key>'
Response Response Example
{
    "page": 1,
    "per_page": 10,
    "count": 459,
    "result": [
        {
            "id": "3c69e5a5-3d8f-44d7-ad73-b8f68e565bab",
            "type": 1,
            "email": "client2009@comp1.com",
            "mobile": "+978338383883",
            "external_id": "COMP_CLIENT_123",
            "created_at": "2026-02-10T11:44:41.449Z",
            "updated_at": "2026-02-10T11:44:41.449Z",
            "person_details": {
                "first_name": "CLIENT",
                "middle_name": "",
                "last_name": "KALE",
                "dob": "1990-09-01",
                "gender": 2,
                "nationality": "IN",
                "birth_country": "IN"
            }
        },
        {
            "id": "11863819-7ab7-4fdb-8d30-05d44bffdca5",
            "type": 1,
            "email": "client209@comp1.com",
            "mobile": "+978338383883",
            "external_id": "COMP_CLIENT_12",
            "created_at": "2026-02-10T11:39:06.749Z",
            "updated_at": "2026-02-10T11:39:06.749Z",
            "person_details": {
                "first_name": "CLIENT",
                "middle_name": "",
                "last_name": "KALE",
                "dob": "1990-09-01",
                "gender": 2,
                "nationality": "IN",
                "birth_country": "IN"
            }
        },
        {
            "id": "97242d7f-9546-4821-97d8-03d40550ad11",
            "type": 1,
            "email": "mehdi@kycsolution.com",
            "mobile": null,
            "external_id": "123",
            "created_at": "2026-02-03T14:30:38.626Z",
            "updated_at": "2026-02-03T14:30:38.626Z",
            "person_details": {
                "first_name": "MEHDI",
                "middle_name": null,
                "last_name": "DELAVIZ",
                "dob": null,
                "gender": 1,
                "nationality": "GB",
                "birth_country": "GB"
            }
        },
        {
            "id": "516ff2e6-6148-43bf-9293-8da1d759cc82",
            "type": 1,
            "email": "amir@kycsolution.com",
            "mobile": "+447939153567",
            "external_id": "demo2026",
            "created_at": "2026-02-03T11:41:12.153Z",
            "updated_at": "2026-02-03T11:41:12.153Z",
            "person_details": {
                "first_name": "AMIR",
                "middle_name": null,
                "last_name": "FARAGI",
                "dob": "1980-09-20",
                "gender": 1,
                "nationality": "GB",
                "birth_country": "GB"
            }
        },
        {
            "id": "d998f3fd-d3da-4f9e-87ec-1ff3283d29ad",
            "type": 1,
            "email": "amir@kycsolution.com",
            "mobile": "+447939153567",
            "external_id": "Demo1234",
            "created_at": "2026-01-30T04:48:58.657Z",
            "updated_at": "2026-01-30T04:48:58.657Z",
            "person_details": {
                "first_name": "AMIR",
                "middle_name": null,
                "last_name": "FARAGI",
                "dob": "1980-09-20",
                "gender": 1,
                "nationality": "AE",
                "birth_country": "GB"
            }
        },
        {
            "id": "4a7c2fec-4a5f-4f3e-87ee-da4b7a944af0",
            "type": 1,
            "email": "amir@kycsolution.com",
            "mobile": "+447939153567",
            "external_id": "AF1212",
            "created_at": "2026-01-25T08:17:01.811Z",
            "updated_at": "2026-01-25T08:17:01.811Z",
            "person_details": {
                "first_name": "AMIR",
                "middle_name": null,
                "last_name": "FARAGI",
                "dob": "1980-09-20",
                "gender": 1,
                "nationality": "GB",
                "birth_country": "GB"
            }
        },
        {
            "id": "ec092729-4821-4be0-8a12-d777d78cdbfc",
            "type": 1,
            "email": "michael.jones@example.com",
            "mobile": "+16324410322",
            "external_id": "ext-117261",
            "created_at": "2026-01-20T11:01:51.182Z",
            "updated_at": "2026-01-20T11:01:51.182Z",
            "person_details": {
                "first_name": "MICHAEL",
                "middle_name": null,
                "last_name": "JONES",
                "dob": "1994-05-07",
                "gender": 2,
                "nationality": "FR",
                "birth_country": "FR"
            }
        },
        {
            "id": "8e34e478-8417-45d7-82e9-09f6ed0fe471",
            "type": 1,
            "email": "jane.brown@example.com",
            "mobile": "+17823633278",
            "external_id": "ext-321726",
            "created_at": "2026-01-20T10:59:22.263Z",
            "updated_at": "2026-01-20T10:59:22.263Z",
            "person_details": {
                "first_name": "JANE",
                "middle_name": "MIDDLE",
                "last_name": "BROWN",
                "dob": "1968-02-10",
                "gender": 1,
                "nationality": "AU",
                "birth_country": "AU"
            }
        },
        {
            "id": "e2abfea0-06dd-42cc-ab47-9596f8050676",
            "type": 1,
            "email": "michael.williams@example.com",
            "mobile": "+14948817557",
            "external_id": "ext-830270",
            "created_at": "2026-01-19T13:30:05.179Z",
            "updated_at": "2026-01-19T13:30:05.179Z",
            "person_details": {
                "first_name": "MICHAEL",
                "middle_name": null,
                "last_name": "WILLIAMS",
                "dob": "1970-08-18",
                "gender": 1,
                "nationality": "CA",
                "birth_country": "CA"
            }
        },
        {
            "id": "a89f4312-110b-488b-9781-a35c96ea8e82",
            "type": 1,
            "email": "david.jones@example.com",
            "mobile": "+12513699175",
            "external_id": "ext-888998",
            "created_at": "2026-01-19T13:27:11.073Z",
            "updated_at": "2026-01-19T13:27:11.073Z",
            "person_details": {
                "first_name": "DAVID",
                "middle_name": null,
                "last_name": "JONES",
                "dob": "1973-12-17",
                "gender": 2,
                "nationality": "GB",
                "birth_country": "GB"
            }
        }
    ]
}
Modified at 2025-11-27 20:03:00
Previous
Create Client
Next
Get Client
Built with