---
title: "List All Coupons"
method: GET
path: "/v1/discounts"
---

# List All Coupons

`GET /v1/discounts`

This API returns a list of coupons.

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `discount_id` string
    - `amount_off` integer
    - `percent_off` unknown
    - `duration` string
    - `duration_in_months` unknown
    - `max_redemptions` unknown
    - `redeem_by` unknown
    - `times_redeemed` unknown
    - `status` string
    - `name` string
    - `created_at` integer
    - `updated_at` integer
    - `id` string
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object

## Other responses

- `401` — 401

---

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