v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBnumber
get country code
Get the country code for a given phone number
post/instances/{id}/client/action/get-country-code
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"number": "50664083362"
}Response
Country code lookup result
Example response
{
"status": "success",
"data": {
"countryCode": "506",
"number": "50664083362"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-country-code"
}
}