---
title: "Get business prequalified status"
method: GET
path: "/api/platform/v1/prequalified-businesses"
tags: ["Businesses"]
---

# Get business prequalified status

`GET /api/platform/v1/prequalified-businesses`

## Query parameters

- `platformBusinessId` string

## Response `200`

Array containing all the businesses details or Array with the business that was selected successfully

- BusinessPrequalification[]
  - `product` 'INVOICE_FINANCING' | 'TERM_LOAN' | 'MCA' | 'LINE_OF_CREDIT' | 'INTEGRATED_MCA' | 'ACCOUNTS_PAYABLE_FINANCING', nullable, required — The product that the business is prequalified for. This will be null if `isPrequalified` is false. Values can be `INVOICE_FINANCING`, `TERM_LOAN`, `MCA`, `LINE_OF_CREDIT`, `INTEGRATED_MCA`.
  - `platformId` string, required — The UUID representing your platform in Kanmon.
  - `businessId` string, nullable, required — The UUID representing the business in Kanmon.
  - `platformBusinessId` string, required — Your platform’s unique ID for the business.
  - `isPrequalified` boolean, required — Whether or not the business has been prequalified.
  - `prequalifiedAmountCents` number, nullable, required — Number describing the prequalification amount of the business in cents.
  - `createdAt` string, required — Creation UTC ISO 8601 timestamp of the prequalification.
  - `updatedAt` string, required — Last updated UTC ISO 8601 timestamp of the prequalification.

## Other responses

- `403` — Operation not allowed
- `429` — TooManyRequestsException
- `500` — Something went wrong internally, Kanmon team is taking a look

---

[API](https://skmtc.net/kanmon/apis/kanmon-public-api.md) · [All operations](https://skmtc.net/kanmon/apis/kanmon-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kanmon/kanmon-public-api/revisions/fea4b2a0d73d/schema)
