Phone Validation
Takes one or more mobile phone numbers as an input and performs validation, returning a list of the results. The maximum number of input phone numbers is 100 per call.
Phone Validation
Takes one or more mobile phone numbers as an input and performs validation, returning a list of the results. The maximum number of input phone numbers is 100 per call.
Phone Validation coverages is global when full international number format (ITU E.123) is used.As example includes the '+' with the country code eg '+61 412 123 456' or '+22 607 123 4567'.
See phone coverage to understand country coverage.
Resource URL
Request
The request body is a PhoneRestRequest object:
Response
The response body is a PhoneRestResponse object:
Last updated