Validate event
POST/events-manager/v1/events/validate
Validates event input without saving it. This is intended as a safe preflight endpoint for UI flows and AI agents before creating or updating an event.
Requestβ
Responsesβ
- 200
- 400
- 401
- 403
- 404
- 500
Event validation result.
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.