Hey there,
I am aware of the fact that the public API is deprecated and unmaintained, but its endpoints should still function properly. My question now is if I can programmatically fetch the sales from my store.
I’ve discovered the request https://www.patreon.com/api/sales
being made on my sales page, and was wondering if I can access the data behind that with the client credentials that I created for the public API. I would rather not reverse-engineer the closed API with my Patreon login.
Any help would be highly appreciated!
Cheers
I am aware of the fact that the public API is deprecated and unmaintained
That’s not the case.
I’ve discovered the request https://www.patreon.com/api/sales
being made on my sales page, and was wondering if I can access the data behind that with the client credentials that I created for the public API
Currently the shop features are not supported in the public api. So that cant be done. Accessing the endpoints that patreon.com uses is unsupported and can fail at any moment due to changes on this side.
So currently there isnt a reliable way to get sales related things. You could try getting them via the apis you mentioned, but as said they are unreliable and can fail at any point.