Create an event occurrence
POSThttps://api.tickettailor.com/v1/event_series/:event_series_id/events
For the given event series ID, create an event
Request
Responses
- 201
- default
Successfully created a new event
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 -X POST 'https://api.tickettailor.com/v1/event_series/:event_series_id/events' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'