Capvant

Lender API

Two API families, one authentication and error model. The Lender API (/v1) lets funding partners pull their deal flow, report statuses, submit offers, message clients, and receive webhooks. The Partner API (/partner/v1) lets referral partners submit and track referrals and receive webhooks. Both are authenticated with an X-API-Key header and share the same error envelope, rate limit, and webhook signing scheme.

The Lender API is the funding side of the marketplace: pull the deals routed to your lane, report what you did with them, submit offers, message the client and collect the documents you need.

Every request carries an X-API-Key header. Every response uses the same error envelope and every list is paged the same way. Start on the sandbox server: the playground on each page below sends there by default.

Operations

Base URLs

EnvironmentBase URL
Sandboxhttps://sandbox.capvant.com/v1
Productionhttps://api.capvant.com/v1

On this page