---
title: "Show Coupon"
method: GET
path: "/provider/coupons/{id}"
tags: ["Coupon"]
---

# Show Coupon

`GET /provider/coupons/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- PublicCouponBlueprintOne
  - `id` string
  - `code` string
  - `description` string
  - `amount_off_in_cents` integer
  - `apply_to_each_patient` boolean
  - `created_at` string, date-time
  - `duration_in_months` integer
  - `percent_off` number, float
  - `updated_at` string, date-time
  - `is_redeemable` boolean
  - `is_archived` boolean
  - `redeemable_from` string, date-time
  - `redeemable_until` 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)
