List Project Subscriptions
Stripe Configuration
List Project Subscriptions
List all Stripe subscriptions for a specific project
GET
List Project Subscriptions
List all Stripe subscriptions for a specific project. This endpoint is for developers to view all subscriptions created by their end users.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. You must own the project.
Path Parameters
The unique identifier of the project
Query Parameters
Filter by test mode. Set to
false for live subscriptions only.Page number for pagination (minimum: 1)
Number of items per page (1-100)
Response
Array of subscription objects
Total number of subscriptions
Current page number
Items per page
Example Request
Example Response
Subscription Statuses
| Status | Description |
|---|---|
active | Subscription is active and paid |
trialing | In free trial period |
past_due | Payment failed, awaiting retry |
canceled | Subscription has been canceled |
incomplete | Initial payment failed |
incomplete_expired | Initial payment window expired |
unpaid | Multiple payment failures |
Filtering by Mode
Test vs live subscriptions are stored separately:Related Pages
List Project Payments
View project payment history
List All Subscriptions
View subscriptions across projects
Get My Subscription
End user subscription endpoint
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Filter by test mode
Required range:
x >= 1Required range:
1 <= x <= 100
