---
title: "Retrieve unsigned loan document."
method: GET
path: "/Leads/{leadId}/loandocument"
tags: ["Offers and Signing"]
---

# Retrieve unsigned loan document.

`GET /Leads/{leadId}/loandocument`

This endpoint allows you to retrieve the unsigned loan document (if any) for a given lead.

## Path parameters

- `leadId` string, uuid, required

## Headers

- `api-version` string

## Response `200`

OK

- DocumentContentModel — Model containing the metadata and byte array for a document.
  - `documentId` string, uuid — Gets or sets the document id (GUID).
  - `document` string, byte, nullable — Gets or sets the document content (byte[]).

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
