---
title: "POST /borrower/{borrower_id}/sign"
method: POST
path: "/borrower/{borrower_id}/sign"
tags: ["Onboarding"]
---

# POST /borrower/{borrower_id}/sign

`POST /borrower/{borrower_id}/sign`

Register the date a new borrower accepted our T&Cs

## Path parameters

- `borrower_id` string, required

## Request body

- SignedInput
  - `signed_at` string, date-time, required — datetime of the borrower's signature. Usually time the borrower clicked on our T&Cs checkbox
  - `wait_for_ready` boolean, nullable — Wait for the borrower to be ready to request a first loan.Many actions have to run in the background (KYC, scoring, contract generation and so on).We recommend you to subscribe to the CreditLine.CREATED webhook in order to be notified in real time when the credit line is available.

## Response `200`

OK

---

[API](https://skmtc.net/getdefacto/apis/api-reference.md) · [All operations](https://skmtc.net/getdefacto/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdefacto/api-reference/revisions/0a9c1f8784f2/schema)
