Coupons
Create a coupon
post/api/v1/coupons
Request body
Example request
{
"plan_ids": [
"plan_7n42DGM5Tflk9n8mt7Fhc7"
]
}Response
Coupon created
Example response
{
"id": "cou_7n42DGM5Tflk9n8mt7Fhc7",
"plan_ids": [
"plan_7n42DGM5Tflk9n8mt7Fhc7"
]
}