---
title: "Get DigiLocker document master list"
method: GET
path: "/verify/digilocker/doc_master"
tags: ["DigiLocker"]
---

# Get DigiLocker document master list

`GET /verify/digilocker/doc_master`

Retrieves the master list of all document types available via DigiLocker. No request body required. Useful for clients to display available document types or for reference in document fetch operations.

## Response `200`

A list of DigiLocker document types.

- object[]
  - `doc_type` string — Document type code
  - `doc_name` string — Document type name

## Other responses

- `401` — Unauthorized - Invalid or missing API key or client ID
- `500` — Internal server error

---

[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)
