Event Streaming API
The Event Streaming API allows developers to be notified in real time of events happening on the ShowClix platform.
Available Events
The events emitted that are available to third party developers are outlined below.
Event Name | Description |
---|---|
“sale.complete” | Fired when a sale has been completed (order has been placed) |
“event.hit” | Fired any time an event listing is viewed |
“ticket.cancel” | Fired when a ticket has been voided |
“payment.succeeded” | Fired when a payment succeeds |
“payment.failed” | Fired when a payment fails |
Direct Integration
The Web Socket server is running an implementation of socket.io / engine.io at https://dispatch.showclix.com:9999.