Promocode Endpoints
Create a promocode
Create a promocode for a coupon
You can provide the API with a code, but if you don't we'll generate one for you.
You can just POST an empty body to create a promocode for a coupon with a generated code.
With promocodes you can specify minimum booking values, redemptions limits, limit only to one customer, and limit one use per customer.
Once created, a Promocode can be used to apply the Coupon to a booking via the customer booking form
post/coupons/{coupon_id}/promocodes.json
Path parameters
coupon_idinteger required
Coupon ID to create promocode for
Headers
Authorizationstring required
Response
Promocode created