Validates form data without submitting
POST/external/rest/forms/validate
Validates form data. This endpoint should only be used for validation, not full submission. Used by the external (unauthenticated) form flow.
Request
Responses
- 200
- 400
- 403
- 500
Validation passed - form data is valid.
Validation failed - errors found in form data.
Forbidden.
Internal server error.