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.
Quick Links
- Authentication — API keys, OAuth, and security
- API Reference — Interactive Scalar API explorer
- Webhooks — Event delivery and verification
- Lender Portal — Lender onboarding and management
Base URL
All API requests use the following base URL:
https://app.lend.works/api/v1Rate Limits
| Tier | Requests/min | Monthly Quota |
|---|---|---|
| Basic | 100 | 10,000 |
| Standard | 1,000 | 100,000 |
| Premium | 10,000 | Unlimited |
Rate limit headers are included on every response:
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1709510400