I have an OAuth app that lets users of my website click a “Connect to Patreon” button and using their access token I can get their memberships to my campaigns however I can’t see any way to know what benefits/rewards they can get.
What API endpoints can I query to retrieve their benefits if there are even any?
I tried using my creator’s access token to query my campaign to retrieve the benefits but that gives me a 401 error.
There is more than one way surely. you can query the user then ask for the tiers in an include (currently_entitled_tiers). You can directly query the member of a campaign etc.