---
title: "Retrieve the documents to sign for the lead."
method: GET
path: "/Leads/{leadId}/documentstosign"
tags: ["Offers and Signing"]
---

# Retrieve the documents to sign for the lead.

`GET /Leads/{leadId}/documentstosign`

This endpoint allows you to retrieve the list of documents that are to be signed for a given lead.

## Path parameters

- `leadId` string, uuid, required

## Headers

- `api-version` string

## Response `200`

OK

- DocumentToSign[]
  - `id` string, uuid
  - `name` string, nullable
  - `document` string, byte, nullable
  - `documentType` string, nullable
  - `contractType` string, nullable — Gets or sets the agreement contract type for the document (e.g. "RPA" or "LA").

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