Validate a coupon code

Validates a coupon code against a specific attendee type for the given event. Returns the coupon's discount details (amount or percentage), whether it is valid for the specified attendee type, and its current usage count vs limit. Returns 404 if the coupon code or attendee type is not found.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

Query Params
string
required

The coupon code string to validate

integer
required

Attendee type ID to check coupon validity against

Responses

401

Unauthorized - missing or invalid token

404

Coupon code not found

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json