Batch Phone Verification - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

This section describes how to use single and batch phone verification using the Phone Verification API service. You may want to try it out with a FreeTrial Account.

This method will consume credits.
  • HTTP Request
    • URL Composition
      • Base URL: https://api.cloud.precisely.com
      • batch phone validation Service: /v1/phone-numbers/validate/batch
    • Supported Methods: POST only
    • Rate Limit (Transactions per second): 40
    • Input Fields Each request to the API service requires parameters listed below.
      {
          "phoneNumbers": [
              {
                  "id": "1",
                  "phoneNumber": "4144654885",
                  "country": "US"
              },
              {
                  "id": "1",
                  "phoneNumber": "+14144"
              }
          ]
      }
      Note: phoneNumber is mandatory.

Request Parameter

The below table lists the request parameters for Phone Verification Service:
Table 1. Request parameters
Parameter Description
phoneNumber

Input phone number (required).

+14144654885
country Input country code in ISO2 or ISO3 format

US

id

Optional parameter which will tag along with result when passed at the time of input.

1