# Submit event for review When an event is created it is initially just a draft, visible only to host administrators. When an event is ready to go live, it must first be submitted for review by a member of the TickeTing team. If the event is approved, it will be published and made visible to users across the TickeTing ecosystem. If rejected, the event will be returned to a draft status. Endpoint: POST /events/{event}/submissions Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event ## Response 201 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.