Capvant

List your offers on a deal

get
https://sandbox.capvant.com/v1/deals/{ref}/offers
GET
/deals/{ref}/offers

Your current offer on the deal and every set of terms it replaced, each with its maturity. An indicative offer superseded by a firm one is still listed, marked superseded, so the whole path from indicative to firm is visible.

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.

Response Body

application/json

application/json

application/json

application/json

application/json

Shell
curl -X GET "https://sandbox.capvant.com/deals/string/offers"
JSON
{  "offers": [    {      "id": "string",      "amount": 0,      "currency": "GBP",      "kind": "string",      "maturity": "indicative",      "status": "string",      "created_at": "2019-08-24T14:15:22Z",      "superseded": true,      "superseded_at": "2019-08-24T14:15:22Z",      "superseded_by": "indicative",      "annual_rate_pct": 0,      "factor_rate": 0,      "term_months": 0,      "fees": 0,      "total_repayment": 0,      "expires_at": "2019-08-24T14:15:22Z",      "notes": "string"    }  ]}