Closed jimmacur closed 1 month ago
Returns a specific coupon and shows a count of how many times that coupon has been used.
status: 200 body: { "data": { "id": "1", "type": "coupon", "attributes": { "name": "Buy One Get One 50", ...remaining attributes go here... } } }```
Returns a specific coupon and shows a count of how many times that coupon has been used.