Coupons
Get coupon
Retrieve one coupon, including how many times it has been redeemed.
GET/v1/coupons/{coupon_id}
Parameters
| Parameter | Description |
|---|---|
| coupon_idstring · pathrequired | No description in the spec. |
Returns
Returns a CouponResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the coupons:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other coupons operations
- List coupons GET /v1/coupons
- Create coupon POST /v1/coupons
- Update coupon POST /v1/coupons/{coupon_id}
- Validate coupon POST /v1/coupons/validate
BillKit