Quick grab patron last pledge date

Hi, just a quick question, for a Rails integration: what is the quickest way to grab a patron’s last paid pledge date via the API? Just a date somewhere or a combination of status + date? To be able to get an up-to-date list of current patrons. Best,

You could request /identity of the user, and over its relationships, get membership and pledges:

https://docs.patreon.com/#apiv2-resource-endpoints

Check out WP plugin’s call which does something similar: