validate() validate(string $email, string $ip) : array|mixed Wrapper for apiCall/validate Parameters string $email the email address to validate string $ip tge IP address to validate Returns array|mixed
_apiCall() _apiCall(string $method, array $params) : mixed This function is used for authentication and HTTP API calls. Parameters string $method the method to execute array $params the params to pass to the call Returns mixed