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
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'