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

# List All Coupons

`GET /provider/coupons`

## Query parameters

- `archived` string
- `redeemable` string

## Response `200`

Successful response

- PublicCouponBlueprintAll[]
  - object[]
    - `id` string
    - `amount_off_in_cents` integer
    - `apply_to_each_patient` boolean
    - `code` string
    - `created_at` string, date-time
    - `description` string
    - `duration_in_months` integer
    - `is_archived` boolean
    - `is_redeemable` boolean
    - `percent_off` number, float
    - `redeemable_from` string, date-time
    - `redeemable_until` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
