Hey I’m currently using this route
https://www.patreon.com/api/oauth2/v2/identity?include=memberships.currently_entitled_tiers
to get the user’s current tier and verify that they have access to certain content.
I wanted to ask if there are any drawbacks to this and if I could potentially get rate limited for making these calls whenever a user requests to see a post.
My other idea was to get it once on login and store it and then use the webhooks to update my database.
What would be the best solution for this?
Thanks!