/events
Get a list of all events
Retrieves a list of all customers for a specific event. Customers can be anonymous or registered and may or may not have name and email.
/events/:id
Get details of one event
Retrieves a list of all customers for a specific event. Customers can be anonymous or registered and may or may not have name and email.
/events/:id
Update details of one event
Retrieves a list of all customers for a specific event. Customers can be anonymous or registered and may or may not have name and email.
/customers
Get all customers of an event
Retrieves a list of all customers for a specific event. Customers can be anonymous or registered and may or may not have name and email.
/customers
Create a customer of an event
Creates a customer for the event specified.
If password is not supplied, a random one is generated for this customer, enabling it to log into the portal
/customers/:id
Delete a customer of an event
/orders/:id/complete
Marks order as complete, can send email if necessary. This is mandatory for order redemption
/refunds/:id/complete
Marks refund as complete, can send email if necessary. This is mandatory for order redemption
/ticket_types/:id/bulk_upload
Upload multiple codes into ticket type
/stations/:id
Delete station from an event
/stations/:station_id/products/:id
Delete a product of an station
/accesses/:id
Delete an access of an event