Back to home

DIGILOCKER APIS

Digilocker Details

Verification endpoint — Digilocker Details. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/digilocker_details

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
transactionId ORDER2191767079031

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": {
        "status": "s",
        "uniqueId": "VERI13521779088524",
        "maskedAdharNumber": "xxxxxxxx1160",
        "name": "QRX",
        "gender": "M",
        "dob": "17-08-1990",
        "careOf": "Delhi",
        "address": {
            "house": "B1-172",
            "street": "Delhi",
            "landmark": "",
            "loc": "Delhi",
            "po": "Delhi",
            "dist": "Delhi",
            "subdist": "",
            "vtc": "Vasundhra Enclave",
            "pc": "110096",
            "state": "Delhi",
            "country": "India"
        },
        "digilockerFiles": [
            {
                "docType": "AADHAAR",
                "docExtension": "xml"
            },
            {
                "docType": "DIGILOCKER_PDF",
                "docExtension": "pdf"
            }
        ]
    }
}