---
title: "Retrieve a Coupon"
method: GET
path: "/v1/discounts/{coupon_id}"
---

# Retrieve a Coupon

`GET /v1/discounts/{coupon_id}`

This API provides details about a coupon.

## Path parameters

- `coupon_id` string, required

## 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

## Other responses

- `404` — 404

---

[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/revisions/face82bdd778/schema)
