In v2, how do I get a campaign ID from the identity endpoint?

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

If you do include=memberships.campaign, does that help?

1 Like

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 :wink:

Again, thank you very much!