v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBCoupons
Get Coupon
Retrieves a coupon by its ID.
get/v1/coupons/{id}
Path parameters
idstring required
Example:fcoup_01J9XR8M3K7VZ8N2YB4WJ6T0RA
Response
An envelope wrapping a single coupon object.
Example response
{
"coupon": {
"coupon_id": "fcoup_1234567890",
"amount_off": 2500,
"duration": "once",
"metadata": {
"order_id": "8842",
"channel": "shopify"
},
"name": "Example",
"valid": false,
"created_at": "2026-06-15T14:30:00Z",
"test_mode": false
}
}