Harmony IntegrationHarmony Integration

Validate Phone Number

POST /api/data/ValidatePhoneNumber

πŸ“ž Validate a phone number format before using it in a contract.

  • πŸ“€ Send the phone number as a plain string in the request body
  • 🌍 International format is recommended (e.g. "+31612345678")
  • βœ… Safely verifies formatting for both local and international phone variants
POST
/api/data/ValidatePhoneNumber

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*string
Phone number to validate. International format recommended, e.g. +31620685233.

Response Body

curl -X POST "https://jubilee-ws.test.harmony.nl/api/data/ValidatePhoneNumber" \  -H "Content-Type: application/json" \  -d '+31620685233'