Parse and validated phone number
Endpoint ID: | 6010 | |
Method: | GET | |
URL: | /services/phonenumber/parse/{phoneNumber}?countryCode={countryCode}&countryCodeFormat={countryCodeFormat} | |
phoneNumber | Phone number to be validated | |
countryCode | Optional value to identify country of phoneNumber. | |
countryCodeFormat | Optional value to identify countryCode format. Valid values are
| |
Request body: | None | |
Response body: | JSON data with information about the valid phone number
Example – Parse +4529254029 { "phoneNumber":+4529254029 "countryCode": "DK", "countryDialCode": "45", "numberType": "LandLine" }
| |
Status codes: | 200 | City name found successfully |
400 | City lookup for the requested country is not supported | |
404 | The specified zip code was not found in the given country |