My team is discussing how we can improve the fraud prevention algorithms on a customer's platform. It's not surprising that email addresses used in fraudulent activities are often registered with free mail providers such as Gmail.
One criterion that we are missing as an input to our fraud prevention system, which would give us very valuable information, is the age of an account.
Is there an API method (or any other way) that would allow us to query when a Gmail account was registered?
Something like https://api.gmail.com/age-of-account/email.address@gmail.com, which returns the date of or timespan since creation, would be very useful.