Upload your funding agreement
White label completion: send your agreement as a PDF and the client signs it on the marketplace, in the brand they applied through. The document carries your name; the journey does not leave the marketplace, so there is no link to follow and nothing to rebuild on your side. Maximum 15 MB. Send it once the client has accepted your firm offer. When the client signs, deal.agreement_signed fires and the signature verification reference appears on the completion state.
Authorization
ApiKeyAuth Lender keys start with cv_live_; Partner keys start with cv_pk_. Shown once at creation, sent on every request.
In: header
Path Parameters
The deal reference, e.g. CV93A41205. Case-insensitive.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://sandbox.capvant.com/deals/string/agreement" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{ "ok": true, "agreement": { "filename": "string", "bytes": 0 }}