---
title: "Get Discounts available to a Membership"
method: GET
path: "/memberships/{membership_id}/discounts"
tags: ["Membership Discount"]
---

# Get Discounts available to a Membership

`GET /memberships/{membership_id}/discounts`

Get Discounts and application options available to a Membership.

## Path parameters

- `membership_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

discounts and application options applied and enabled

- ResponseMembershipDiscounts — get discounts by membership id in sdk
  - `discounts` MembershipDiscountOptions[] — discounts and application options
    - `id` integer — Identifies the membership discount.
    - `discount_id` integer — Identifies the discount.
    - `name` string — Name of discount.
    - `discount_type_id` integer — Identifies the discount type.
    - `discount_type` string — Name of discount type.
    - `discount_percentage` number — Discount percentage, if applicable.
    - `discount_flat_amount` number — Discount flat amount, if applicable.
    - `applies_to_initial` boolean — Indicates if the discount is applied to the initial payment.
    - `applies_to_setup_fee` boolean — Indicates if the discount is applied to the setup fee.
    - `applies_to_renewal` boolean — Indicates if the discount is applied to the renewal payment.
    - `initial_enabled` boolean — Indicates if the discount can be applied to the initial payment.
    - `setup_fee_enabled` boolean — Indicates if the discount can be applied to the setup fee.
    - `renewal_enabled` boolean — Indicates if the discount can be applied to the renewal payment.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
