---
title: "List Coupons"
method: GET
path: "/coupons"
tags: ["Coupons"]
---

# List Coupons

`GET /coupons`

List all Stripe coupons

## Query parameters

- `page` integer — The page number of the paginated response.

## Response `200`

OK

- StripeCouponPage
  - `results` StripeCoupon[], required — The list of results for this page.
    - `coupon_id` string, required — The Stripe coupon ID (e.g. `coupon_...`).
    - `percent_off` string, nullable — The percentage discount applied by the coupon, if any.
    - `amount_off` integer, nullable — The fixed amount discount applied by the coupon, in the smallest currency unit (e.g. cents), if any.
    - `name` string, nullable — The display name of the coupon.
  - `next` string, nullable — The URL to the next page of results, if any.
  - `previous` string, nullable — The URL to the previous page of results, if any.
  - `count` integer, required — The total number of results across all pages.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/buttondown/apis/buttondown-api.md) · [All operations](https://skmtc.net/buttondown/apis/buttondown-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buttondown/buttondown-api/versions/3a702c095d22/schema)
