Capvant

Read your credit box

get
https://sandbox.capvant.com/v1/creditbox
GET
/creditbox

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

Response Body

application/json

application/json

Shell
curl -X GET "https://sandbox.capvant.com/creditbox"
JSON
{  "lender": "string",  "products": [    "string"  ],  "markets": [    "string"  ],  "buy_box": {}}