---
title: "Get offers for a business"
method: GET
path: "/api/platform/v1/businesses/{businessId}/offers"
tags: ["Offers"]
---

# Get offers for a business

`GET /api/platform/v1/businesses/{businessId}/offers`

## Path parameters

- `businessId` unknown, required

## Response `200`

Array containing the locked offer objects

- OfferApiDTO[]
  - `terms` union, required — Terms of the offer
    - TermLoanOfferTerms
      - `productType` 'TERM_LOAN', required
      - `loanAmountCents` number, required — The loan amount in cents
      - `interestRatePercentage` number, required — The rate of interest on the loan
      - `durationDays` number, required — The repayment duration of the loan
      - `feePercentage` number, required — The fee percentage on the loan
      - `apr` number, required — Annualized interest rate on the loan
      - `monthlyPayment` number, required — Monthly payments on the loan
      - `totalInterest` number, required — The total interest in dollars to be paid on the term loan
    - FastPayOfferTerms
      - `productType` 'FAST_PAY', required
      - `monthlyLimitAmountCents` number, required — Fast pay monthly limit in cents
    - LocTermLoanOfferTerms
      - `productType` 'LOC_TERM_LOAN', required
      - `approvedLimitCents` number, required — The Line of Credit approved limit in cents
      - `interestRatePercentage` number, required — Interest rate on the Line of Credit draws
      - `durationDays` number, required — Total validity of the Line of Credit offer in days
      - `feePercentage` number, required — The fee percentage on each draw against the Line of Credit
      - `repaymentDurationDays` number, required — The repayment duration for each draw against the Line of Credit
      - `apr` number, required — Annual interest rate inclusive of fees that are charged on draw repayments
      - `monthlyPayment` number, required — Monthly draw repayment amount
    - ExtendPayOfferTerms
      - `productType` 'EXTEND_PAY_PURCHASE_ORDER', required
      - `monthlyLimitAmountCents` number, required — Extend pay monthly limit in cents
    - McaOfferTerms
      - `productType` 'MCA', required
      - `advanceAmountCents` number, required — The loan amount in cents
      - `repaymentPercentage` number, required — The repayment percentage for calculating repayment amounts. E.g., a 20% repayment percentage for a period with $100 of income equates to a $20 repayment amount.
      - `feeFactor` number, required — The fee percentage charged as the borrowing cost of the loan. E.g., a 30% fee equates to a fee factor of 1.3.
      - `repaymentFrequency` 'DAILY' | 'WEEKLY' | 'BIWEEKLY' | 'MONTHLY', required — The repayment frequency of the loan. E.g., biweekly repayment occurs every 14 days, weekly repayment occurs every 7 days, etc.
      - `totalRepaymentInCents` number, required — The total repayment amount in cents required to settle and close the debt. E.g., for a $10,000 loan with a fee factor of 1.3 or 30%, the repayment amount equates to $13,000.
  - `id` string, required — A unique id representing the offer object
  - `expiredAt` object — UTC timestamp when the offer expires
  - `selectedAt` object — If the offer has been selected, the UTC timestamp of that selection
  - `createdAt` string, required — Creation UTC timestamp of the offer
  - `updatedAt` string, required — Last updated UTC timestamp of the offer
  - `businessId` string, required — Id of the business that received the offer

## Other responses

- `403` — Operation not allowed
- `404` — A resource was not found
- `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)
