Create event
POST/events-manager/v1/events
Creates an Events Manager event using the shared API service. The user must have the Events Manager event editing capability; publishing depends on the user's publish capability.
Requestβ
Responsesβ
- 201
- 400
- 401
- 403
- 404
- 500
Event was created.
Invalid request.
Authentication is required or invalid.
The authenticated user cannot perform this action.
The requested object was not found.
An unexpected server error occurred.