v3
latestOpenAPI 3.1.02026-08-08123192255.1 KBexternal-v2-deals
Search Lenders
Trigger an AI-powered lender search for a deal.
Returns 202 when a new search is initiated, 200 when an existing search is returned (poll-safe; no new work), or 422 when the deal does not meet the minimum requirements for lender search.
post/api/external/v2/deals/{deal_id}/actions/search-lenders
Path parameters
deal_idinteger required
Request body
SearchLendersRequest required
Request body for POST /deals/<id>/actions/search-lenders.
Currently empty — clients must send Content-Type: application/json with {}. Exists to satisfy Rule 5 and to future-proof for optional fields such as criteria_override.
Response
Successful Response