Capvant

Request a typed document from the client

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

Free text shown to the client alongside the item.

Overrides the default display label.

Notifies the client through the same mechanism a message with request_upload uses, deep-linked to this item. Capped at 20 open (not forwarded or waived) requests per deal.

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

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

application/json

application/json

Shell
curl -X POST "https://sandbox.capvant.com/deals/string/requests" \  -H "Content-Type: application/json" \  -d '{    "item_type": "bank_statements_6m"  }'
JSON
{  "request": {    "id": "string",    "item_type": "bank_statements_6m",    "label": "string",    "note": "string",    "status": "requested",    "requested_via": "hub",    "requested_at": "2019-08-24T14:15:22Z",    "uploaded_at": "2019-08-24T14:15:22Z",    "forwarded_at": "2019-08-24T14:15:22Z",    "file_count": 0,    "has_files": true  }}