How can I get the pledge history from /api/oauth2/v2/identity?

I see that API Reference has a pledge_history but I’m not entirely sure how to get there from /api/oauth2/v2/identity

This is after I have a patron login with patreon with the default scope. I want to see their pledge history.

Thanks!

/identity provides the User resource. memberships is an include of it. From it, you can request pledge_history as a relation.