Pular para o conteúdo

WhatsApp Device Detection

Este conteúdo não está disponível em sua língua ainda.

Check WhatsApp Device.

Code example:

curl --location --request POST 'https://api.ekycpro.com/v1/whatsapp/device' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'X-API-Key: AbcdEfgh' \
--data-urlencode 'number=+13258295358&country=US'

Response for the input number that can find device information

{
"status": "OK",
"message": "iPhone 16 Plus",
"pricingStrategy": "PAY",
"transactionId": "evtqg8a8h7f96vjjftiznq"
}

Response for the input number that cannot find device information

{
"status": "OK",
"message": "",
"pricingStrategy": "PAY",
"transactionId": "xvtqg8a8h7fxxvjjftizxx"
}

HTTP request

POST https://api.ekycpro.com/v1/whatsapp/device

Request parameters

parameterdescription
numberstring, phone number
countrystring, Country abbreviation. Brazil: BR, Mexico: MX, Nigeria: NG, India: IN.

Response format

fieldsdescription
statusstatus code
messagedevice info

Status code

statusdescription
OKcharge, message contains the result
FAILfree, invalid query
INVALID_INPUTfree, invalid input
RETRY_LATERfree, server error, please try again later