API endpoint
All GraphQL requests are sent to a single HTTPS endpoint:Required headers
Every request to the Lender API must include the following headers:
These headers are used to authenticate your requests and route them correctly.
Example request
Here’s an example of a basic GraphQL request using curl to fetch your lender organization details:Example request
Example response
Differences from the Partner API
If you’ve already integrated with the Partner API, the Lender API works the same way — the only difference is the endpoint URL:
Your authentication credentials (client ID, API key, organization ID) are issued per API.
Lender API credentials cannot be used with the Partner API endpoint and vice versa.