---
title: "Get discount"
method: GET
path: "/discounts/{id}"
tags: ["Discounts"]
---

# Get discount

`GET /discounts/{id}`

Returns the details of the specified discount.

## Path parameters

- `id` string, required

## Response `200`

successful operation

- DiscountJson
  - `name` string
  - `percent` number
  - `discountAmount` number
  - `status` 'ACTIVE' | 'DEPRECATED'
  - `discountedPrice` number

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
