I can successfully retrieve valid information back from api. I get data, relationships, included, and links. Can see the memberships, and I can see all the attributes of the membership, but how do I tell who the membership belongs to? There is no readable name like “Bobs Campaign”. The id# doesn’t seem to be the same on different accounts. I have two patreon accounts that I am testing with and by process of elimination I can tell which is the one I want, but their id’s are totally different. I just don’t know how to determine which is which.
Here is my scope:
&scope=identity,identity[email],campaigns,identity.memberships
please can someone help. I have spent over 24 hours banging my head on this. I am using the supplied php library, however I don’t think it is the library.
As this is not my campaign, do I need to get the creator access token from the creator for this to work?
Brad