Retrieves the details of an existing affiliate coupon.
Last updated 3 months ago
GET
https://api.getrewardful.com/v1/affiliate_coupons/:id
curl https://api.getrewardful.com/v1/affiliate_coupons/d0ed8392-8880-4f39-8715-60230f9eceab \ -u YOUR_API_SECRET:
200
An (JSON)
404
JSON error object
{ "error": "Affiliate coupon not found: " }
401
Description of the authentication failure.
{ "error": "Invalid API Secret." }