Exporting all pledge data through an API / curl call

Hello guys,

I’d like to achieve a very simple thing: export current pledge status (at least user emails and corresponding tiers) through an API call.

I can do it manually on the web site (gives me a perfectly looking CSV with precisely what I need), but I don’t seem to find a way to do it automatically. I’d like to have it running in a crontab once a day and update stuff on my end accordingly.

I created a client and have the Creator’s access token and all that data.

I’m sure it’s really simple and obvious, but I got lost in the API docs and am pulling my hair out.

Thanks!

PS: I want emails + tiers, anything else would be a bonus but not necessary!

Thanks.