Valideer E-mail
POST /api/data/ValidateEmailAddress📧 Valideer het formaat van een e-mailadres voordat u dit in een contract gebruikt.
- 📤 Stuur het e-mailadres als een gewone string in de request body (bijv.
"[email protected]") - ✅ Bevestigt de standaard e-mailstructuur en -opmaak
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
body*string
Email address to validate.
Response Body
curl -X POST "https://jubilee-ws.test.harmony.nl/api/data/ValidateEmailAddress" \ -H "Content-Type: application/json" \ -d '[email protected]'