List documents

The contracts CLC requires your borrowers to accept, with a link to each PDF.
Which documents apply depends on your tenant, so read this rather than
hard-coding a list.

Do this before creating a borrower: you serve these documents, the borrower
accepts them, and you report the acceptance with
POST /v1/borrowers/{borrowerId}/signatures,
passing back the contract_type and contract_version you got here.

Requires scope borrower:read, which every key carries.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required
^[0-9]{10}$

Unix seconds. Requests outside a ±5 minute window are rejected, and the value is part of the signed canonical request.

string
required
length between 88 and 88
^[A-Za-z0-9+/]{86}==$

Base64 of the Ed25519 signature over the canonical request. Ed25519 signatures are always 64 bytes, so this is always 88 characters ending in ==.

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json