Capvant

Verify your Lender API key

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

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

application/json

Shell
curl -X GET "https://sandbox.capvant.com/ping"
JSON
{  "ok": true,  "lender": "string",  "environment": "live"}