LendWorks Docs

Getting Started

Everything you need to integrate with the LendWorks platform.

Welcome to the LendWorks developer documentation. This guide covers both the Broker API for programmatic access and the Lender Portal for lender partner management.

Base URL

All API requests use the following base URL:

https://app.lend.works/api/v1

Rate Limits

TierRequests/minMonthly Quota
Basic10010,000
Standard1,000100,000
Premium10,000Unlimited

Rate limit headers are included on every response:

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1709510400