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

# List all coupons

`GET /coupons`

Returns an array of all coupon path identifiers.

**Note:** Returns path identifiers only — not full coupon objects.
Use `GET /coupons/{coupon_id}` to retrieve full details for a specific
coupon. Expansion is not supported on this endpoint.

## Response `200`

Successful response.

- object
  - `coupons` string[] — Array of coupon path identifiers.

## Other responses

- `400` — Validation or request error. Returns `200 OK` — always check the `result` field rather than relying on the HTTP status code alone.

---

[API](https://skmtc.dev/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.dev/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/revisions/ae2f0b97db3e/schema)
