Fetch the list of creators the user is a patron of - Patreon API

Hi! At the moment I’m building a Discord Bot called “Hinata”. I’m planning to make a premium version, that people should be able to buy on Patreon, but to make that work, I need to fetch list of the creators and tiers the x user is subscribed to.

Is there any way to do that?

Thank you!

Starting with…

https://docs.patreon.com/#get-api-oauth2-v2-identity

…identity resource, you can find the resources for pulling a user’s info and pledges at the api documentation.

If you would like examples, PHP lib has various working examples:

Also, WP plugin has other oAuth and API functions which you may use as examples - in api and oauth classes below: