Easiest Way To List Pledges by Tier via API

Hi, I have been messing with GET requests and the API documentation all night and not having any luck. I am not trying to create an app that requires auth or anything super complicated… I would just like to retrieve a list of patrons who are currently active and at which tier they pledged their support.

I have found ways to return patrons, but there is no way to differentiate the tiers that they have pledged at.

Is this really so hard? What am I missing?

Thank you.

A simple way to get into the api would be the PHP lib:

Has examples for everything. And working code.

Thanks, getting into the API wasn’t a problem. It took me a little while to figure out how the data was formatted in the return.

Ended up making a node app to grab the info and reformat it into something more usable.

1 Like