Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint ID:6010
Method:
Status
colourGreen
titleGET
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

  • ISO2
  • ISO3
  • ISON
  • Internet
  • Custom
Request body:None

Span
stylewhite-space:pre

Response body:

JSON data with information about the valid phone number 

 

Code Block
titleExample – 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 supportedPhone number is validated successfully.

 400

The following sub codes may be returned:

 

400.1Invalid Phone number
400.2Phone number must be in international format if country code is not specified
400.3Invalid Country code format
 404

The specified zip code was not found in the given countryNo matching country code found