Skip to main content
GET
/
v1
/
in
/
digilocker
/
docs
/
digilocker_oalmkpvcRqdt
/
digilocker_pVeMtb
Get Docs Download Url
curl --request GET \
  --url https://base_url/v1/in/digilocker/docs/digilocker_oalmkpvcRqdt/digilocker_pVeMtb \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "0x0200",
  "message": "Record found successful.",
  "status": "SUCCESS",
  "data": {
    "downloadUrl": "https://aadhaar-kyc-docs.s3.amazonaws.com/",
    "mimeType": "application/xml"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

OK

The response is of type object.