/restapi/v1.0/number-parser/parse

POST {{baseUrl}}/restapi/v1.0/number-parser/parse?homeCountry=<string>&nationalAsPriority=<boolean>

Parse Phone Number

Request Params

KeyDatatypeRequiredDescription
homeCountrystringInternal identifier of a home country. The default value is ISO code (ISO 3166) of the user's home country or brand country, if the user is undefined
nationalAsPrioritystringThe default value is "False". If "True", the numbers that are closer to the home country are given higher priority

Request Body

{"originalStrings"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring