#krhubert - subscription list
1 messages · Page 1 of 1 (latest)
That's not available via the API. The API return's JSON data for up to 100 items at a time using the LIST APIs:
https://stripe.com/docs/api/subscriptions/list
If you want a formatted CSV, you should continue using the Dashboard export.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I know list API, I was wonder if there is an export possible, but it seems that there's not. It would be great to have such an option in the future.
Thanks for the help!
NP!
If you want to build custom reports and get data exported in CSV, Stripe offers Sigma for this purpose: https://stripe.com/docs/sigma
(you configure & schedule queries in the dashboard but can access the data output via the API)
This looks great, thanks!
NP!