List the organization's Stripe subscriptions
GET/stripe/subscriptions
Lists the Stripe Subscription objects for the current organization's customer (stripe.subscriptions.list({ customer })). Returns the native Stripe list object ({ object: "list", data: [...] }). Requires the manageBilling ability.
Responses
- 200
- 401
- 404
A Stripe list object of the organization's subscriptions.
Authentication required
Resource not found