Hello, I’m using the Patreon API.
I’m doing the correct calls with:
https://www.patreon.com/api/oauth2/v2/members/
Its returning a list of my patrons, but it seems like its not updated. The exported CSV from Patreon returns all active patrons(like 20) but the API just 8.
This is my current call:
https://www.patreon.com/api/oauth2/v2/members/*********?include=currently_entitled_tiers,address&fields[member]=full_name,lifetime_support_cents,currently_entitled_amount_cents,patron_status&include=address,user&fields[tier]=amount_cents,title
The “*********” is my campaign id.