Hi there, Thanks again for your great service, I appreciate it. So far I’ve just been using the plugin. Today I started implementing your API via…
$cleantalk_antispam = new CleantalkAntispam($apikey, $email_field); $api_result = $cleantalk_antispam->handle(); if ($api_result->allow === 0) { // error } // fine
… and requests are being passed through – so it works. Yet it seems that requests are not visible in the global antispam log view for the domain I implemented the API? I can find neither allowed nor denied requests of the API, but I can see all requests send through the plugin.
And yet there are not API logs in https://cleantalk.org/my/show_requests (neither allowed nor denied). I can see the requests sent from my CleanTalk plugin, however. Just not the ones initiated by API integration.
So three issues: – no logging of API calls, even though “Don’t save approved requests’ is not enabled – license error with valid license – show_requests call timeout
We haven’t received your reply in a few days, so I’m going to mark this topic as “resolved”. If you have any further questions, you can start a new topic anytime.