---
title: "Sign a loan document via ‘instant signing’."
method: POST
path: "/Leads/{leadId}/clicksignloandocument"
tags: ["Offers and Signing"]
---

# Sign a loan document via ‘instant signing’.

`POST /Leads/{leadId}/clicksignloandocument`

This endpoint allows you to electronically sign an agreement inside your own UI.
Using the endpoint requires approval from YouLend.
There are certain requirements you’ll need to meet for (a) how the signing flow is presented to the user, (b) how you manage logins and permissions, and (c) and what would count as a robust enough ‘verificationId’ (typically IP address and/or userId).

## Path parameters

- `leadId` string, required

## Headers

- `api-version` string

## Request body

- ClickSignModel — Model containing the signing details.
  - `leadId` string, uuid, required — Gets or sets the LeadId.
  - `documentId` string, uuid, required — Gets or sets the DocumentId corresponding to the document the merchant wishes to sign.
  - `verificationId` string, required — Gets or sets an identifier for the merchant who signs the document.

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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