![]()
Turn Off Address Logging With a Single Switch
Starting today, you can disable address logging for your entire account from a single place. Head over to your Customer Dashboard and you'll find a new setting called Address Logging. Switch it off and from that point on, none of the addresses you check with us, whether IPs or emails, get saved anywhere. Each address is used to answer your request and then discarded the instant that request finishes, no address is written to a log, a database, or anywhere else.

Above is a screenshot showing the new toggle positioned below the Main API and Dashboard API access toggles.
The Trouble With Per-Request Flags
Long-time users will know we've offered a way to do this on a per-query basis for years. Supplying &tag=0 with a request to our API tells us not to log that particular check at all, and it still works exactly as it always has. But it has some limitations we wanted to solve.
First, it has to be added to every single request. That's a minor inconvenience if you're calling our API from your own server-side code, but if you're using one of our plugins, a third-party library, or a CMS integration that doesn't give you a way to bolt custom query flags onto the request URL, you simply couldn't use it, the flag had no way to reach us.
Second, &tag=0 only ever worked on requests made to the API itself. If you checked an address directly through our Single Lookup or Batched Lookup pages, there was no request URL for you to add a flag to in the first place, so those checked addresses were always logged somewhere if only briefly.
Third, this helps you with compliance. Some customers really cannot have any addresses logged and they don't want to mistakenly ever have an address logged by us simply because they forgot to send &tag=0. We respect the need for a bulletproof anti-logging feature and that is what this toggle provides.
One Setting, Every Request
The new Address Logging toggle solves all these problems by moving the decision out of the request and into your account. With logging disabled, every address you check is treated the way &tag=0 already treats a single request, except now that applies automatically and everywhere: server-side API calls, the client-side snippets on the CORS tab, our plugins, and both of our web lookup tools. It also takes priority over anything you send in the tag flag itself, so even a request with a descriptive tag attached won't be logged. You don't need to touch a single line of code or a single request URL to benefit from this toggle.
And to be clear, &tag=0 isn't going anywhere. If you'd rather keep logging on generally and just exclude a handful of especially sensitive requests, that flag is still there for exactly that. The new setting is for when you'd rather make the decision once, for your whole account, instead of repeating it on every request.
Worth Knowing Before You Flip the Switch
Disabling Address Logging doesn't change the answers you get back. If an IP address is anonymous, or an email address is disposable, we'll still tell you so, the detection data we hold is unaffected. What changes is purely what we keep about your own account's activity afterwards. Your positive detection log relies on us keeping a record of your positively identified addresses, so with address logging switched off you won't see new entries appear there. If you lean on that data to spot brute-force login attempts or see which pages are taking the most abuse, it's worth keeping that in mind before you switch this on account-wide.

You'll find a little notice like the screenshot above if you've disabled address logging globally to let you know why it's not updating.
Where to Find It
The new Address Logging setting is live right now in your Customer Dashboard. If data minimisation matters to you or your customers, this is the simplest way we offer to accomplish that. You can read more about how and why we handle addresses the way we do on our GDPR compliance page.
This new feature has been implemented across all supported versions of our API which means it works for all v1, v2 (2023+) and v3 requests.
Thanks for reading and have a wonderful week!





