v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBMembership Discount
Get Discounts available to a Membership
Get Discounts and application options available to a Membership.
get/memberships/{membership_id}/discounts
Path parameters
membership_idinteger required
membership identifier.
Headers
x-api-keystring required
A valid API key. If you don't have one, please request one through the Web Integrations screen.
Response
discounts and application options applied and enabled
Example response
{
"discounts": [
{
"discount_type_id": 1234567891234567,
"discount_percentage": 0.1,
"discount_flat_amount": 0.1
}
]
}