---
title: "List active Capital offers"
method: GET
path: "/v1/capital/active_offers"
tags: ["Capital"]
---

# List active Capital offers

`GET /v1/capital/active_offers`

List active Capital offers

**Required scope: `business/capital_offers:read`**

## Response `200`

Successful Response

- ListResponseCapitalOffer
  - `data` CapitalOffer[], required — A list of entities.
    - `id` string, required — The unique identifier of the Capital offer.
    - `business_id` string, required — The unique identifier of the business this offer is for.
    - `provider_name` string, required — The name of the Capital provider making the offer.
    - `max_principal_amount` Money, required — `Money` represents a monetary value denoted by both an amount and a currency. The `amount` is always going to be the smallest denomination of the given currency. As an example, when dealing with South African Rands (ZAR), the amount is in cents. eg: R150.45 is therefore represented by `Money(amount=15045, currency="ZAR")`.
      - `amount` integer, required — The amount of money in the smallest denomination of the currency. For example, when the `currency` is `ZAR`, the `amount` is in cents.
      - `currency` string, required — The currency code in ISO 4217 format.
    - `created_at` string, date-time, required — The offer creation date and time in ISO 8601 format.
    - `expires_at` string, date-time, required — The offer expiration date and time in ISO 8601 format.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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