Submits a form with the provided data
POST/external/rest/forms/submit
Submits a form specified in the data. This endpoint handles the next, back, and cancel button actions. Used by the external (unauthenticated) form flow.
Request
Responses
- 200
- 400
- 403
- 500
Form submitted successfully.
Bad request - validation errors in submitted form data.
Forbidden.
Internal server error.