6013: Get phone number description
Validate phone number and return the localized country name that the number is from
Endpoint ID: | 6013 | |||||||||||
Method: | GET | |||||||||||
URL: | /services/phonenumber/describe/{phoneNumber}/{locale}?countryCode={countryCode}&countryCodeFormat={countryCodeFormat} | |||||||||||
| phoneNumber | Valid examples
| ||||||||||
| locale | Desired language Valid values are
| ||||||||||
| countryCode | Optional value to identify country of phoneNumber. | ||||||||||
| countryCodeFormat | Optional value to identify countryCode format. Valid values are
| ||||||||||
Request body: | None | |||||||||||
JSON data with information of formatted phone number
Example – Description for +4529254029 in English{
"country": "Denmark"
}
| ||||||||||||
Status codes: | 200 | Phone number is formatted successfully. | ||||||||||
| 400 | The following sub codes may be returned:
| ||||||||||