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
parameter | description |
---|---|
number | string , phone number |
country | string , Country abbreviation. Brazil: BR, Mexico: MX, Nigeria: NG, India: IN. |
Response format
fields | description |
---|---|
status | status code |
message | device info |
Status code
status | description |
---|---|
OK | charge , message contains the result |
FAIL | free , invalid query |
INVALID_INPUT | free , invalid input |
RETRY_LATER | free , server error, please try again later |