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.
Autorisierungen
JWT-based authentication
Pfadparameter
The validation type to apply.
Verfügbare Optionen:
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.
Beispiel:
"user@example.com"