Harmony IntegrationHarmony Integration

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. "jan.smit@voorbeeld.nl")
  • ✅ Bevestigt de standaard e-mailstructuur en -opmaak
POST
/api/data/ValidateEmailAddress

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 'test@test.com'