cURL
curl --request POST \ --url https://channels-service-alpha.fourvenues.com/discount-codes/tickets/validate/{code} \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "_id": "abc123discount", "organizationId": "org123456789", "eventId": "event987654321", "code": "WELCOME2025", "fixedAmount": 5, "percentage": 20, "minAmount": 30, "minUnits": 2, "maxUnits": 10, "maxRedeems": 1, "maxSales": 50 } ], "success": true }
Validate ticket discount code
The code of the discount
The unique ID of the rate this discount will be applied to
The total price of the supplements selected by the user
The number of tickets selected by the user
OK
Show child attributes