latestOpenAPI 3.0.02026-08-15122834.2 KB
fea4b2a0d73d
Businesses
Get business prequalified status
get/api/platform/v1/prequalified-businesses
Query parameters
platformBusinessIdstring
String or number representing the id of the business
Response
Array containing all the businesses details or Array with the business that was selected successfully
Example response
[
{
"product": "TERM_LOAN",
"platformId": "2b5d0f14-9b73-4f44-a82a-2182a9ff77bb",
"businessId": "2b5d0f14-9b73-4f44-a82a-2182a9ff77bb",
"platformBusinessId": "2b5d0f14-9b73-4f44-a82a-2182a9ff77bb",
"prequalifiedAmountCents": 1000000,
"createdAt": "2022-06-01T03:57:26.115Z",
"updatedAt": "2022-06-01T03:57:26.115Z"
}
]