Capvant

Attach a handover link

post
https://sandbox.capvant.com/v1/deals/{ref}/handover
POST
/deals/{ref}/handover

Authorization

ApiKeyAuth
X-API-Key<token>

Lender keys start with cv_live_; Partner keys start with cv_pk_. Shown once at creation, sent on every request.

In: header

Path Parameters

ref*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

Shell
curl -X POST "https://sandbox.capvant.com/deals/string/handover" \  -H "Content-Type: application/json" \  -d '{    "application_link": "http://example.com"  }'
JSON
{  "updated_offers": 0,  "application_link": "string"}