I’m looking for a simple, insecure, and quick way to check if a given user by email is a patreon of mine.
Basically the user enters his email address in my program that asks my server and the server reports back if that email belongs to a patreon of mine or not.
Since its software and software copies don’t cost anything to manufacture, I really don’t care if someone guesses an email right and gets to use the software for free.
I don’t want the users to have to go to my website and login or anything, ideally I would like an API that is accessible by my server and that tells me a list of active patrons with their emails.
As simple as that. I skimmed through the docs but it seams to me that such a simple API is not present?