If I get a user’s information via de identity endpoint, and include their memberships, how do I know which campaign does each membership object/UUID belongs to?
I basically want to get the user’s pledge to me, and I can’t seem to find how to link User->Membership->Campaign
That’s exactly what I needed! Thank you very much! I will proceed to rewrite my application’s flow before I show you the response I get for that other issue