List All Subscriptions
Payments
List All Subscriptions
List all subscriptions across developer’s projects with optional filtering
GET
List All Subscriptions
Retrieve all Stripe subscriptions across all projects owned by the authenticated developer. Supports filtering by project, test mode, and subscription status.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token.
Query Parameters
string (UUID)
Filter subscriptions by specific project ID
boolean
Filter by test mode (
true) or live mode (false). If omitted, returns both.string
Filter by subscription status:
active, canceled, incomplete, incomplete_expired, past_due, trialing, unpaidinteger
default:"1"
Page number for pagination (minimum: 1)
integer
default:"50"
Number of results per page (1-100)
Response
array
Array of subscription objects with project information
integer
Total number of subscriptions matching the filter
integer
Current page number
integer
Number of results per page
Example Request
Example Response
Use Cases
View All Active Subscriptions
Filter by Specific Project
View Only Live Mode Subscriptions
Related Pages
List Transactions
View payment transactions
Payment Statistics
Aggregated payment metrics
Project Subscriptions
View subscriptions for a specific project
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Filter by project
Filter by test mode
Filter by status
Required range:
x >= 1Required range:
1 <= x <= 100
