Create an event
Creates a new event in draft status. Automatically sets the current user as owner and assigns tenant. If ticketing is enabled, a linked Stripe product is created. Supports propagation to all local centers via the propagateToLocalCenters flag. Non-financial users cannot enable ticketing or public visibility.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Body
The new Event resource
"/api/v1/units/1"
"/api/v1/products/1"
"/api/v1/event_statuses/1"
2000"/api/v1/roles/1"
Response
Event resource created
2000
