Read Business Loan Offers

Read-only API-key call. Poll this endpoint using `data.polling.nextPoll` until selectable Business Loan offers, an actionable `data.account_aggregator.url` when applicable, `NOT_OFFERED`, or `data.polling.shouldPoll = false` is returned. The response shape is aligned with the self-employed Personal Loan Hybrid offers response. Calls before `nextPoll` can return `429` with `OFFER_POLL_RATE_LIMITED`.

Authentication

AuthorizationBearer

Send Authorization: Bearer <PLATFORM_API_KEY> from a trusted back-end.

Path parameters

borrowerProviderIDstringRequired1-128 characters

Stable borrower identity from the partner system. Keep a 1:1 mapping between the borrower and borrowerProviderID across sessions and application attempts to preserve resume, history, and post-disbursal continuity.

Headers

x-correlation-idstringOptional1-128 characters

Optional caller-supplied trace identifier. When omitted, the API generates one and mirrors it as correlation_id.

Response

Current Hybrid Business Loan offer state.
request_idstring
correlation_idstring
timestampdatetime
dataobject

Current Hybrid offer state. Personal Loan and Business Loan use the Personal Loan-style lender-grouped offer shape. Gold Loan responses do not include Account Aggregator in Hybrid right now and can include lender branch locations. Loan Against Mutual Funds uses its own offer schema because lender groups do not expose minimum or maximum loan amounts.

errorany

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error