/restapi/v1.0/number-parser/parse
POST {{baseUrl}}/restapi/v1.0/number-parser/parse?homeCountry=<string>&nationalAsPriority=<boolean>
Parse Phone Number
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
homeCountry | string | Internal 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 | |
nationalAsPriority | string | The 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |