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.Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires developer authentication via OAuth2 Bearer Token.
Query Parameters
Filter subscriptions by specific project ID
Filter by test mode (
true) or live mode (false). If omitted, returns both.Filter by subscription status:
active, canceled, incomplete, incomplete_expired, past_due, trialing, unpaidPage number for pagination (minimum: 1)
Number of results per page (1-100)
Response
Array of subscription objects with project information
Total number of subscriptions matching the filter
Current page number
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
