validate_phone
ActiveTool of Qiniso
USE THIS to check a phone number is correctly formatted for its country and normalise it to E.164 before saving, dialling or texting. You MUST pass the ISO country the number ACTUALLY belongs to (e.g. GB, US, ZA) — the result depends on it, so don't reuse an unrelated country field. 'valid' means it conforms to that country's numbering plan (plausible, well-formed), NOT that the line is live or reachable. Returns E.164, national/international formats and line type.
Parameters schema
{
"type": "object",
"required": [
"number"
],
"properties": {
"number": {
"type": "string",
"description": "The phone number to validate."
},
"region": {
"type": "string",
"description": "ISO country code the number belongs to (default GB)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries