API Documentation
Intro
Calls
redeemCoupon
API Call - redeemCoupon
Description
This lets you redeem coupons through the API.
Parameters
| Param | Required? | Description |
| pid | yes | your chompon publisher-id |
| auth | yes | your chompon authentication-key |
| type | no | either JSON or XML. default is XML |
| cid | yes | This is the coupon-id of the coupon you would like to redeem. |
Examples
Redeem coupon:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=redeemCoupon&cid=915631132&type=xml


