Fetch Consumer Documents

Retrieve all documents uploaded by a specific consumer.

Fetch Consumer Documents

This endpoint retrieves all documents uploaded by a specific consumer, including identification files (e.g., ID card, passport, or driver’s license). The response returns metadata such as document type, status, and upload timestamps, enabling organizations to track verification progress.

Parameters

  • organizationId (path): Organization's ID
  • consumerId (path): Consumer's unique identifier

Sample Response

[
    {
        "id": "7171ace2-86e0-46d7-b969-f31a3e77f1ef",
        "number": null,
        "status": "Unverified",
        "datetimeCreated": "2025-09-12T05:48:24.000Z",
        "lastModified": "2025-09-12T05:48:24.000Z",
        "expiry": null,
        "type": {
            "id": "KE.NationalID",
            "name": "National ID"
        },
        "files": [
            {
                "id": "0e82edef-7c23-4f24-a27d-bc339d0dc83f",
                "contentType": "image/png",
                "name": "Screenshot from 2025-09-12 07-44-54.png",
                "side": "Front",
                "datetimeCreated": "2025-09-12T05:48:24.000Z",
                "lastModified": "2025-09-12T05:48:24.000Z"
            },
            {
                "id": "ed946b21-a9dd-4bef-9610-7a4670abadad",
                "contentType": "image/png",
                "name": "Screenshot from 2025-09-12 07-44-54.png",
                "side": "Back",
                "datetimeCreated": "2025-09-12T05:48:24.000Z",
                "lastModified": "2025-09-12T05:48:24.000Z"
            }
        ]
    }
]
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!