v1
latestOpenAPI 3.1.02026-07-2418201.6 MBDigiLocker Issued Files API
post/v2/kyc/digilocker/issued_files
Headers
client_idstring required
ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.
client_secretstring required
The confidential credential provided by Decentro that is associated with the client_id
Request body
Response
200
Example response
{
"decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"status": "SUCCESS",
"responseCode": "S00000",
"message": "Issued files received successfully from Digilocker",
"data": [
{
"name": "Aadhaar Card",
"type": "file",
"date": "DD-MM-YYYY",
"mime": [
"application/pdf"
],
"uri": "in.gov.uidai-XXXXXXXXXXXXXXXXXXXXXXX",
"doctype": "ADHAR",
"description": "Aadhaar Card",
"issuerid": "in.gov.uidai",
"issuer": "Aadhaar, Unique Identification Authority of India"
}
],
"responseKey": "success_issued_files"
}