Back to home

DIGILOCKER APIS

Digilocker Generate URL

Verification endpoint — Digilocker Generate URL. 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/generate_digilocker_url

Headers

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

Request body

Field Example
first_name VIJAY
last_name BAHUGUNA
email_id vijay.bahuguna@example.com

Sample success response

{
    "status": true,
    "status_code": 200,
    "status_key": "SUCCESS",
    "message": "Kyc url generated successfully",
    "data": {
        "url": "https://smler.in/DIGTAP/dMdV6M7XSl",
        "kycUrl": "https://digilocker-prod.digitap.work?token=<digilocker_session_jwt_from_api>",
        "transactionId": "952933190610745439"
    },
    "request_id": "REQ260701182212573"
}