Hi,
I have a service for my patreons that I connected with patreon to automatically manage their pledge level. But since today patreon is using cloudflare to block access to their API, e.g. the following endpoint:
https://www.patreon.com/api/oauth2/v2/campaigns/{campaign_id}/members
As this is an API Endpoint which needs Authentication anyway, why is it blocked for servers with a Cloudflare Challenge to determine if my server is human?
As my server is written in python and the https://github.com/Patreon/patreon-python SDK has last been updated 8 years ago, please let me know what I must do to access this endpoint again.
Josh