Check Phone
check_phonePhone number validation & fraud check. Confirms whether a number is valid and active, returns a 0-100 fraud score, and flags VOIP, prepaid, and risky numbers with line type, carrier, and region. Example: check_phone({ phone: "18007267864", country: "US" }) Requires your own IPQualityScore API key, passed as _apiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number to validate, e.g. "18007267864" or "+1 800 726 7864" | |
| _apiKey | Yes | Your own IPQualityScore API key (BYO — Pipeworx does not supply one). Free tier at ipqualityscore.com; the key is on the account dashboard. | |
| country | No | Optional 2-letter ISO country code to improve parsing, e.g. "US", "GB". |