KYC Solution API Documentation
  1. Live Photos
KYC Solution API Documentation
  • 📘 Enum Reference
  • Clients
    • Create Client
      POST
    • Get Clients List
      GET
    • Get Client
      GET
  • Documents
    • Add Document
      POST
    • Add Document Attachment
      POST
    • Get Documents List
      GET
    • Get Document
      GET
    • View Document Attachment
      GET
  • Live Photos
    • Add Live Photo
      POST
    • Get Live Photos List
      GET
    • Get Live Photo
      GET
    • View Live Photo
      GET
  • Checks
    • Create Check Request
      POST
    • Get Check Result
      GET
    • Get Checks List
      GET
    • Get Client Latest Check
      GET
  1. Live Photos

Get Live Photos List

GET
/service/documents/live_photo/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/documents/live_photo/list?page=1&per_page=10' \
--header 'X-Api-Key: <api-key>'
Response Response Example
{
    "page": 1,
    "per_page": 10,
    "count": 150,
    "result": [
        {
            "id": "72c827f9-824e-490e-a496-0aea1f0dffa9",
            "mime_type": "image/jpeg",
            "file_name": "b132151e-8fac-4ef4-95b8-b55040ce1b48-photo.jpg",
            "created_at": "2025-09-02T10:46:34.552Z",
            "updated_at": "2025-09-02T10:46:34.552Z",
            "deleted_at": null,
            "client": {
                "id": "f21aa885-e2ab-4080-bd0b-d54fe3cf5fa6",
                "type": 1,
                "email": "jane.brown@example.com",
                "mobile": "+15777241555",
                "external_id": "ext-566592",
                "created_at": "2025-09-02T10:45:13.463Z",
                "updated_at": "2025-09-02T10:45:13.463Z",
                "deleted_at": null,
                "person_details": {
                    "id": "1b5d3701-17b1-4a5f-b9a0-1aca05b4401d",
                    "first_name": "JANE",
                    "middle_name": "MIDDLE",
                    "last_name": "BROWN",
                    "dob": "1991-01-28",
                    "gender": 2,
                    "nationality": "IN",
                    "birth_country": "IN",
                    "created_at": "2025-09-02T10:45:13.487Z",
                    "updated_at": "2025-09-02T10:45:13.487Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "95016f05-b2b4-4d1c-8f47-7eb94fc00d24",
            "mime_type": "image/jpeg",
            "file_name": "16001d2a-f132-432a-b9e1-82a598f5a021-photo.jpg",
            "created_at": "2025-09-02T10:05:20.696Z",
            "updated_at": "2025-09-02T10:05:20.696Z",
            "deleted_at": null,
            "client": {
                "id": "84ebe1d6-cb2a-47b3-9923-21bf6852554e",
                "type": 1,
                "email": "david.brown@example.com",
                "mobile": "+11729823122",
                "external_id": "ext-77565",
                "created_at": "2025-09-02T10:04:48.606Z",
                "updated_at": "2025-09-02T10:04:48.606Z",
                "deleted_at": null,
                "person_details": {
                    "id": "d8627c12-78de-43e3-977a-94488ca2652e",
                    "first_name": "DAVID",
                    "middle_name": null,
                    "last_name": "BROWN",
                    "dob": "1956-09-18",
                    "gender": 2,
                    "nationality": "US",
                    "birth_country": "US",
                    "created_at": "2025-09-02T10:04:48.633Z",
                    "updated_at": "2025-09-02T10:04:48.633Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "e414fa6a-b3f9-4804-8c4c-bf70aa5e43c9",
            "mime_type": "image/jpeg",
            "file_name": "9f258660-8036-42c7-8776-76026856f4b4-photo.jpg",
            "created_at": "2025-08-25T09:24:38.665Z",
            "updated_at": "2025-08-25T09:24:38.665Z",
            "deleted_at": null,
            "client": {
                "id": "78b77f19-a645-4c5a-b8e1-06919a6dd4a8",
                "type": 1,
                "email": "sarah.williams@example.com",
                "mobile": "+19122822084",
                "external_id": "ext-963280",
                "created_at": "2025-08-25T09:23:36.212Z",
                "updated_at": "2025-08-25T09:23:36.212Z",
                "deleted_at": null,
                "person_details": {
                    "id": "e55cad07-ee8a-4675-bc1e-938989df04b1",
                    "first_name": "SARAH",
                    "middle_name": "MIDDLE",
                    "last_name": "WILLIAMS",
                    "dob": "1977-03-16",
                    "gender": 1,
                    "nationality": "CA",
                    "birth_country": "CA",
                    "created_at": "2025-08-25T09:23:36.360Z",
                    "updated_at": "2025-08-25T09:23:36.360Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "82e73bd2-1e90-4599-9c2d-8812b6de1e39",
            "mime_type": "image/jpeg",
            "file_name": "33bdd9cd-21d9-4101-9b26-992e999d4af4-photo.jpg",
            "created_at": "2025-08-21T00:54:15.399Z",
            "updated_at": "2025-08-21T00:54:15.399Z",
            "deleted_at": null,
            "client": {
                "id": "7bd2078b-18d8-4d76-ac07-e5cee8abdd37",
                "type": 1,
                "email": "john.brown@example.com",
                "mobile": "+12706627398",
                "external_id": "ext-363023",
                "created_at": "2025-08-21T00:53:23.910Z",
                "updated_at": "2025-08-21T00:53:23.910Z",
                "deleted_at": null,
                "person_details": {
                    "id": "6c5fc3a7-9161-41c5-8c7f-0196ba1868e6",
                    "first_name": "JOHN",
                    "middle_name": null,
                    "last_name": "BROWN",
                    "dob": "1960-12-29",
                    "gender": 1,
                    "nationality": "BR",
                    "birth_country": "BR",
                    "created_at": "2025-08-21T00:53:24.163Z",
                    "updated_at": "2025-08-21T00:53:24.163Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "112e1dd9-566a-4fe0-863f-bd3990bebafd",
            "mime_type": "image/jpeg",
            "file_name": "36a55fe3-5594-4be7-ad66-0f6a425a7ca7-photo.jpg",
            "created_at": "2025-08-20T07:04:48.755Z",
            "updated_at": "2025-08-20T07:04:48.755Z",
            "deleted_at": null,
            "client": {
                "id": "d6751e63-db50-4d01-b0eb-793c8f0d389f",
                "type": 1,
                "email": "jane.jones@example.com",
                "mobile": "+12244494500",
                "external_id": "ext-881800",
                "created_at": "2025-08-20T07:02:57.536Z",
                "updated_at": "2025-08-20T07:02:57.536Z",
                "deleted_at": null,
                "person_details": {
                    "id": "365eed00-1817-4e3e-8df3-21b408396508",
                    "first_name": "JANE",
                    "middle_name": null,
                    "last_name": "JONES",
                    "dob": "1972-03-08",
                    "gender": 1,
                    "nationality": "FR",
                    "birth_country": "FR",
                    "created_at": "2025-08-20T07:02:57.575Z",
                    "updated_at": "2025-08-20T07:02:57.575Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "9bca0211-64b3-4fe9-bc53-9744e06a66bd",
            "mime_type": "image/jpeg",
            "file_name": "8001ab39-76e4-40d8-818e-8a9ff1311f43-photo.jpg",
            "created_at": "2025-08-20T06:32:03.947Z",
            "updated_at": "2025-08-20T06:32:03.947Z",
            "deleted_at": null,
            "client": {
                "id": "c383d584-b627-4839-b1dd-fe440d3e2e2c",
                "type": 1,
                "email": "michael.jones@example.com",
                "mobile": "+12174376537",
                "external_id": "ext-151735",
                "created_at": "2025-08-20T06:31:29.431Z",
                "updated_at": "2025-08-20T06:31:29.431Z",
                "deleted_at": null,
                "person_details": {
                    "id": "8db01353-5e0b-4513-befe-6266a885ce2e",
                    "first_name": "MICHAEL",
                    "middle_name": null,
                    "last_name": "JONES",
                    "dob": "1977-09-22",
                    "gender": 1,
                    "nationality": "JP",
                    "birth_country": "JP",
                    "created_at": "2025-08-20T06:31:29.485Z",
                    "updated_at": "2025-08-20T06:31:29.485Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "c76f385b-fb73-4166-976b-7266cdd1af32",
            "mime_type": "image/jpeg",
            "file_name": "6fb3ad0b-735a-457d-953a-f1069857b166-photo.jpg",
            "created_at": "2025-08-19T11:13:38.733Z",
            "updated_at": "2025-08-19T11:13:38.733Z",
            "deleted_at": null,
            "client": {
                "id": "2feea1a8-97f9-47a1-990c-14d25642447f",
                "type": 1,
                "email": "david.smith@example.com",
                "mobile": "+14326525988",
                "external_id": "ext-713736",
                "created_at": "2025-08-19T11:12:41.539Z",
                "updated_at": "2025-08-19T11:12:41.539Z",
                "deleted_at": null,
                "person_details": {
                    "id": "0350c063-bb60-43dd-a0fd-496464911c8c",
                    "first_name": "DAVID",
                    "middle_name": null,
                    "last_name": "SMITH",
                    "dob": "2002-11-07",
                    "gender": 1,
                    "nationality": "CN",
                    "birth_country": "CN",
                    "created_at": "2025-08-19T11:12:41.587Z",
                    "updated_at": "2025-08-19T11:12:41.587Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "8d51547b-96d9-43d2-a3cd-faff68336948",
            "mime_type": "image/jpeg",
            "file_name": "36baa3e3-9502-4d54-8b7c-1f439fa249b7-photo.jpg",
            "created_at": "2025-08-19T03:54:06.714Z",
            "updated_at": "2025-08-19T03:54:06.714Z",
            "deleted_at": null,
            "client": {
                "id": "323ddaee-c40d-469c-a19a-f9ad34d8170a",
                "type": 1,
                "email": "jane.williams@example.com",
                "mobile": "+14004538557",
                "external_id": "ext-267228",
                "created_at": "2025-08-19T03:52:03.819Z",
                "updated_at": "2025-08-19T03:52:03.819Z",
                "deleted_at": null,
                "person_details": {
                    "id": "d25657eb-6f84-412b-81fc-f026a1474a66",
                    "first_name": "JANE",
                    "middle_name": null,
                    "last_name": "WILLIAMS",
                    "dob": "1985-11-12",
                    "gender": 1,
                    "nationality": "FR",
                    "birth_country": "FR",
                    "created_at": "2025-08-19T03:52:03.848Z",
                    "updated_at": "2025-08-19T03:52:03.848Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "94ecaf51-11ae-42c7-a3ed-cd46d3466292",
            "mime_type": "image/jpeg",
            "file_name": "4ecfa499-3588-42ac-b756-610e78a15c6b-photo.jpg",
            "created_at": "2025-08-19T03:45:21.279Z",
            "updated_at": "2025-08-19T03:45:21.279Z",
            "deleted_at": null,
            "client": {
                "id": "a8c07407-45ad-41d2-b8f1-08d13d177a91",
                "type": 1,
                "email": "michael.jones@example.com",
                "mobile": "+11426656540",
                "external_id": "ext-819612",
                "created_at": "2025-08-19T03:44:56.570Z",
                "updated_at": "2025-08-19T03:44:56.570Z",
                "deleted_at": null,
                "person_details": {
                    "id": "653053b1-5ba4-4c5e-a288-6e53fedff9a4",
                    "first_name": "MICHAEL",
                    "middle_name": null,
                    "last_name": "JONES",
                    "dob": "1996-08-08",
                    "gender": 1,
                    "nationality": "IN",
                    "birth_country": "IN",
                    "created_at": "2025-08-19T03:44:56.593Z",
                    "updated_at": "2025-08-19T03:44:56.593Z",
                    "deleted_at": null
                }
            }
        },
        {
            "id": "70ecc467-73ca-4373-bfa8-7ce01c05ae3b",
            "mime_type": "image/jpeg",
            "file_name": "958cfc94-589b-41cb-bf26-32d5a0ba3707-photo.jpg",
            "created_at": "2025-08-19T03:23:39.798Z",
            "updated_at": "2025-08-19T03:23:39.798Z",
            "deleted_at": null,
            "client": {
                "id": "0fefd683-9383-4cc6-864c-f4c324933da0",
                "type": 1,
                "email": "emily.williams@example.com",
                "mobile": "+16700901674",
                "external_id": "ext-724520",
                "created_at": "2025-08-19T03:23:17.948Z",
                "updated_at": "2025-08-19T03:23:17.948Z",
                "deleted_at": null,
                "person_details": {
                    "id": "b149f49b-5f89-4f89-bf7f-09302e5b9194",
                    "first_name": "EMILY",
                    "middle_name": null,
                    "last_name": "WILLIAMS",
                    "dob": "1981-01-28",
                    "gender": 1,
                    "nationality": "FR",
                    "birth_country": "FR",
                    "created_at": "2025-08-19T03:23:17.981Z",
                    "updated_at": "2025-08-19T03:23:17.981Z",
                    "deleted_at": null
                }
            }
        }
    ]
}
Modified at 2025-11-27 20:03:00
Previous
Add Live Photo
Next
Get Live Photo
Built with