v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBCoupons
Retrieve a coupon
Returns full details for a specific coupon by its path identifier.
get/coupons/{coupon_id}
Path parameters
coupon_idstring required
The unique path identifier for the coupon.
Query parameters
expandboolean
When true, expands product path identifiers to full product objects in the products array of the response.
Response
Successful response.
Example response
{
"coupon": "summer-sale-2026",
"discount": {
"type": "percent",
"percent": 25,
"amount": {
"USD": 10,
"EUR": 9,
"GBP": 8
},
"discounts": []
},
"discountPeriodCount": 3,
"applyDiscountImmediately": true,
"orderLevelDiscount": true,
"reason": {
"en": "50% off for your first 3 months"
},
"limit": "500",
"available": {
"start": "2026-06-01",
"end": "2026-08-31"
},
"codes": [
"SUMMER10",
"SUMMER20"
],
"products": [
"pro-plan-monthly",
"pro-plan-annual"
]
}