curl --request POST \
--url https://revstack.dev/v1/coupons \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"code": "<string>",
"type": "percent",
"amount": 1,
"metadata": {}
}
'nullCreates a new discount coupon with percentage or fixed amount.
curl --request POST \
--url https://revstack.dev/v1/coupons \
--header 'Content-Type: application/json' \
--data '
{
"environmentId": "<string>",
"code": "<string>",
"type": "percent",
"amount": 1,
"metadata": {}
}
'nullCoupon created
The response is of type unknown.