Validate a value of the given type
General
Validate a value of the given type
Validates a value against the rules of the specified validation type. Supported types are email and letterAddress.
POST
Validate a value of the given type
Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT-based authentication
Path Parameters
The validation type to apply.
Available options:
email, letterAddress Body
application/json
The value to validate
The value to validate. For email, an email address. For letterAddress, a postal address
(name + street + zip/city), separated by newlines or commas.
Example:
"user@example.com"