Is a user signed up to current campaign?

I’m using the Patreon API to allow a user to login into my website. That’s working well.

I want to now, check if that user is subscribed to a “campaign” (I think that term is right) but is essentially supporting my site via a monthly patron donation.

How can I do this?

I see two routes:

  1. If you have the user access token, you can query the oauth2/v2/identity API
  2. If you have a creator access token + their member uuid, you can query the oauth2/v2/members/:uuid api