REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
My Account​
Endpoints for customer interaction with their account
Operations​
Returns the customer's information.​
Log in to the customer's account. Return's an auth token that can be used with remaining my account end points.​
Create an account. Requires the caller be an admin that is part of the customer group.​
Update account information.​
Authorizations​
Request Body​
Responses​
The account has been updated.
List of the events the customer has access to.​
Authorizations​
Parameters​
Query Parameters
Search text in just the title - must match exactly unless you use a % to match any char
Search text in Title, Description, Venue, Venue Address - uses wildcard search
Returns events that start after the given date. The date is a unix timestamp.
falseReturns events that start before the given date. The date is a unix timestamp.
falseOnly return events the match the value. orders - Only return events that the user purchased a ticket for. all - Return all matching events.
"all"The maximum number of events to return.
The first event to return.
Responses​
The list of events.
List of the ticket types for an event.​
Authorizations​
Parameters​
Path Parameters
Id of event to return
"int64"Responses​
The list of ticket types.
List of the wave times for an event.​
Returns the list of orders.​
Authorizations​
Parameters​
Query Parameters
The id of the event tickets where purchased for. Supports multiple values separated by a comma.
The id of the ticket types that where purchased. Supports multiple values separated by a comma.
The earliest date the order was purchased.
The latest date the order was purchased.
The maximum number of events to return.
The first event to return.
Set to true to include the ticket details.
Include the order's transactions.
Include any answer's for both the orders and tickets.
Responses​
The list of events.
