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

# GET /admin/coupons

`GET /admin/coupons`

List the coupon codes assigned in the app

## Query parameters

- `limit` integer
- `offset` integer
- `affiliate_id` integer
- `code` string
- `type` 'referral' | 'personal'

## Response `200`

- object
  - `coupons` object[]
    - `code` string
    - `discount_type` 'percentage' | 'free_shipping' | 'fixed_amount'
    - `discount_value` integer
    - `affiliate_id` integer
    - `type` 'referral' | 'personal'

## Other responses

- `403` — Not authenticated

---

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