Subscription Plans
GET
/api/modules/plans
Get all available subscription plans with included modules and pricing.
Responses
List all subscription plans
application/json
JSON
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"modules": [
"string"
],
"discountPercentage": 0,
"priceCents": 0,
"stripePriceId": "string"
}
]
}