curl --request GET \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/subscriptions \
--header 'Authorization: Bearer <token>'{
"subscriptions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_test_mode": true,
"subscription_id": "<string>",
"status": "<string>",
"quantity": 123,
"created_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "<string>",
"plan_name": "<string>",
"current_period_start": "2023-11-07T05:31:56Z",
"current_period_end": "2023-11-07T05:31:56Z",
"cancel_at": "2023-11-07T05:31:56Z",
"cancelled_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"page_size": 123
}List all Stripe subscriptions for a specific project. Developer access required.
curl --request GET \
--url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/subscriptions \
--header 'Authorization: Bearer <token>'{
"subscriptions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_test_mode": true,
"subscription_id": "<string>",
"status": "<string>",
"quantity": 123,
"created_at": "2023-11-07T05:31:56Z",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer_id": "<string>",
"plan_name": "<string>",
"current_period_start": "2023-11-07T05:31:56Z",
"current_period_end": "2023-11-07T05:31:56Z",
"cancel_at": "2023-11-07T05:31:56Z",
"cancelled_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"page_size": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
Filter by test mode
x >= 11 <= x <= 100