Coupon Api
Fire this api to show coupon information.
List of all coupons
api/coupon
GET
https://yourdomain.com/api/coupon
This end point allows to you list of all coupons informations.
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Verify Coupon
api/verifycoupon
POST
https://yourdomain.com/api/verifycoupon
This end point allow to verifycoupon.
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
AUthorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Request Body
Name
Type
Description
coupon_code*
string
enter the coupon code
Last updated