---
title: "Get a specific DigiLocker issued document"
method: POST
path: "/verify/digilocker/get_issued_docs"
tags: ["DigiLocker"]
---

# Get a specific DigiLocker issued document

`POST /verify/digilocker/get_issued_docs`

Fetches a specific issued document for the user from DigiLocker using a URI.

## Request body

- object
  - `reference_key` string, required
  - `uri` string, required

## Response `200`

Issued document file

## Other responses

- `400` — Invalid request or reference key
- `401` — Unauthorized - Invalid or missing API key or client ID
- `404` — Not Found - The requested resource was not found
- `500` — Internal Server Error - Unexpected error occurred

---

[API](https://skmtc.dev/idto/apis/verification-api.md) · [All operations](https://skmtc.dev/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idto/verification-api/revisions/e3d57dab8db4/schema)
