REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
TicketRules​
Polymorphic ticket rules: sales rules, dated price changes, quantity price changes
Operations​
Get ticket rules​
Returns a list of ticket rules for an event
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Responses​
Ticket rule list
Get ticket rule by type and ID​
Returns a single ticket rule by type and id
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Rule type: sales-rule, dated-price-change, quantity-price-change
"sales-rule""dated-price-change""quantity-price-change"Rule Id
"int64"Responses​
Ticket rule object
Delete ticket rule​
Delete a ticket rule
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Rule type
"sales-rule""dated-price-change""quantity-price-change"Rule Id
"int64"Responses​
Ticket rule deleted successfully
Update ticket rule​
Update an existing ticket rule
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Rule type: sales-rule, dated-price-change, quantity-price-change
"sales-rule""dated-price-change""quantity-price-change"Rule Id
"int64"Request Body​
Responses​
Updated ticket rule
Create ticket rule​
Create a ticket rule (sales-rule, dated-price-change, or quantity-price-change)
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Rule type: sales-rule, dated-price-change, quantity-price-change
"sales-rule""dated-price-change""quantity-price-change"Request Body​
Responses​
Created ticket rule
Bulk delete ticket rules​
Delete multiple ticket rules
Authorizations​
Parameters​
Path Parameters
Event Id
"int64"Request Body​
Responses​
Ticket rules deleted successfully
