I’m helping someone with their Patreon integration, and I’m trying to see if a user on our website is patron of the creator I’m helping
I’m using this request
GET /api/oauth2/v2/identity HTTP/1.1
Host: www.patreon.com
Authorization: Bearer <token here>
cache-control: no-cache
The request throws 401’s on every requests except for requests on my own account (the one that owns the client registered with the API)
I’m using the scopes identity.memberships
Am I using the API wrong?