Digilocker
Doc List
Digilocker
Doc List
GET
/
api
/
v1
/
in
/
digilocker
/
digilocker_CZAwvilKxbuolHqcoxPl
curl --request GET \
--url https://infopass.in/api/v1/in/digilocker/digilocker_CZAwvilKxbuolHqcoxPl \
--header 'Authorization: Basic <encoded-value>'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": [
{
"fileId": "digilocker_file_pyrRFiuapHyCmtbLsabR",
"name": "Aadhaar Card",
"docType": "ADHAR",
"downloaded": true,
"issuer": "Unique Identification Authority of India (UIDAI)",
"description": "Aadhaar Card"
},
{
"fileId": "digilocker_file_qJuylmvmdvAaXlHqgdjp",
"name": "PAN Verification Record",
"docType": "PANCR",
"downloaded": true,
"issuer": "Income Tax Department",
"description": "PAN Verification Record"
}
]
}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://infopass.in/api/v1/in/digilocker/digilocker_CZAwvilKxbuolHqcoxPl \
--header 'Authorization: Basic <encoded-value>'
{
"code": "0x0200",
"message": "Record found successful.",
"status": "SUCCESS",
"data": [
{
"fileId": "digilocker_file_pyrRFiuapHyCmtbLsabR",
"name": "Aadhaar Card",
"docType": "ADHAR",
"downloaded": true,
"issuer": "Unique Identification Authority of India (UIDAI)",
"description": "Aadhaar Card"
},
{
"fileId": "digilocker_file_qJuylmvmdvAaXlHqgdjp",
"name": "PAN Verification Record",
"docType": "PANCR",
"downloaded": true,
"issuer": "Income Tax Department",
"description": "PAN Verification Record"
}
]
}