---
title: "/api/coupons"
method: GET
path: "/api/coupons"
---

# /api/coupons

`GET /api/coupons`

## Response `200`

Successful response

- object
  - `data` object[], required
    - `id` integer, required
    - `uuid` string, uuid, required
    - `code` string
    - `description` string
    - `status` 'Active' | 'Scheduled' | 'Expired'
    - `is_active` boolean
    - `discount_type` 'fixed_amount' | 'percentage'
    - `discount_value` number
    - `min_order_amount` number
    - `max_discount_amount` number
    - `free_product_id` string
    - `usage_limit` number
    - `usage_count` number
    - `start_date` unknown
    - `end_date` unknown
    - `product_id` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `422` — Validation failed
- `500` — Server error

## Changes

> 36 revisions in range; 2 not diffed.

- **2026-08-16** `57aeb5fbc48c` — 1 info
  - added the required property `data` to the response with the `200` status
- **2026-07-29** `603f23fe9545` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stacksjs/apis/stacks-api/changes/api/coupons/get.md)

---

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