Download OpenAPI specification:Download
This documentation will help you get started using the Anywyse API. Authentication is done using the Client Credential grant. Email us
Use this API call to retreive a signed link that can either be used in its own window or embedded in to an iFrame
product_id required | integer The product ID that is linked to the series |
access_token required | any An access token from the Anywyse API |
This operation allows the user to initialize a coupon that can be redeemed for a product that has a price associated with it
code required | string The string users will use to redeem a product |
percentage | integer Default: 100 The percentage discount from 0 - 100 |
product required | integer The product ID for the discount to be applied to |
max_redemptions | integer Default: 1 The number of times this coupon can be used |
expires | integer Datetime when this coupon expires, leave empty for no expiration |
{- "code": "string",
- "percentage": 100,
- "product": 0,
- "max_redemptions": 1,
- "expires": 0
}