List all events
GEThttps://api.tickettailor.com/v1/events
Returns a list of events belonging to the box office.
Request
Responses
- 200
- default
A successfully returned list of events
Error schema
Authorization: http
name: BasicAuthtype: httpdescription: Use base64 encoded api key created in Ticket Tailor dashboard. scheme: basic
- curl
- php
- ruby
- python
- nodejs
- go
- CURL
curl -L 'https://api.tickettailor.com/v1/events' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'