Verify your Lender API key
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"}Meta
Liveness and auth check.
Deals
Read and update deals routed to your lane. You never create one: a business applies on the marketplace, the request is matched against your lane, and the deal is pushed to your endpoint or waits in the list. See the deal lifecycle guide for the three ways a deal can reach you and for what the object carries before and after the client uploads documents.
