---
title: "Fetch 10th Marksheet XML from DigiLocker"
method: POST
path: "/verify/digilocker/fetch_10thmarksheet/xml"
tags: ["DigiLocker"]
---

# Fetch 10th Marksheet XML from DigiLocker

`POST /verify/digilocker/fetch_10thmarksheet/xml`

Fetches the user's 10th Marksheet as XML from DigiLocker and returns it as a file.

## Request body

- DigilockerUserDetailsRequest
  - `reference_key` string, required — Reference key obtained from /digilocker/get_reference.

## Response `200`

10th Marksheet XML 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)
