Validate form data against its schema
Retrieves the JSON schema for a given form ID and validates the supplied form data again it.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
id
Unique ID of the form
Request
request body
formData
Response
results from the form validation
status
Allowed values:
validation
message
Errors
500
Internal Server Error