...
Your dashboard will allow you to:
- Generate an API Access Token (you may only have one current token).
- Add your own coupons and update them.
- Manage valid membership numbers (via CSV file if you wish).
- View statistics about coupon usage.
- View the status and billing information on your EzyStream account (if EzyStream charges your organisation directly).
...
PLEASE NOTE: The request must include your token and the user’s membership number (encrypted and then encoded to base64).
REQUEST URL
https://vodapi.ezystream.com/v3v4/coupon/ext/list?mn=UzZVNPUWVWSWl&tk=3af2e35a-3797
EXAMPLE RESPONSE - SUCCESS
[
{
"couponOrgName": "ArmstrongCompany Name",
"phoneNumber": "0800 506 111 111",
"website": "https://www.armstrongcompanyname.co.nz",
"listImage": "https://admin.ezystream.com/static/images/coupons/list/Armstrong- Buttonimage-200.jpg",
"logoImage": "https://admin.ezystream.com/static/images/coupons/logo/Armstrong- Headerimage-600.jpg",=
"showBarcode": 01,
"categoryName": 3,show name
"contactEmail": "nullemail@company.co.nz",
"order": 1,
"couponCode": "CSC555123",
"name": "description of the coupon"
...