WhatsApp Phone Number Checker
How to use
Preparation
Customization
Requirements
Running the script
Result
Last updated
Last updated
{
"`check_phones`: [ "number1", "number2".]
}{
"token":"YOUR-TOKEN", // Whapi.Cloud channel token.
"refreshed_limit": 1000, // Maximum number of checks per day.
"last_limit_refresh": 0, // Date of last update of limits. (Filled automatically).
"daily_limit":0 // Remaining number of checks per day (Filled automatically).
"delay": 10000, // Pause between checks of the number packet
"checks_per_delay": 5 // Amount of numbers to be checked by one packet
// In this case, 5 numbers will be checked every 10 seconds, but a maximum of 1000 numbers per day.
}