cURL
curl --request POST \ --url https://production.deepvue.tech/v1/kyc/digilocker/issued-files \ --header 'Content-Type: application/json' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "consent": "<string>", "purpose": "<string>", "initial_deepvue_transaction_id": "<string>" } '
{ "code": 200, "timestamp": null, "transaction_id": "string", "sub_code": "SUCCESS", "message": "Issued files fetched successfully.", "data": [ { "name": "string", "type": "string", "size": "string", "date": "string", "parent": "string", "mime": [ "string" ], "uri": "string", "doctype": "string", "description": "string", "issuerid": "string", "issuer": "string" } ] }
This API will fetch the list of issued documents in Digilocker.
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes