Create a coupon
POST/products/{product_id}/coupons.json
Create a new coupon.
Alternatively, you can use the Freemius Developer Dashboard.
If you're creating coupon from your SaaS for some specific use case, please be sure to set the
plans,redemptions_limit,end_date, andis_one_per_userproperties to the appropriate values, to avoid misuse.
Request
Responses
- 201
- 400
- 401
- 402
The coupon is created.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.