{
"message": "Pricing plans retrieved successfully",
"count": 4,
"data": [
{
"id": 1,
"name": "Free",
"slug": "free",
"description": "Perfect for getting started",
"price": 0.00,
"pricePeriod": "month",
"isActive": true,
"restrictions": {
"max_projects": 1,
"max_environments_per_project": 1,
"max_resources": 5,
"max_resources_per_project": 5,
"max_cloud_connections": 1,
"max_workspace_members": 1,
"features_disabled": [
"multi_region",
"team_collaboration",
"advanced_monitoring",
"priority_support"
]
},
"features": [
"1 Project",
"1 Environment per project",
"5 Total resources",
"1 Cloud connection",
"Up to 1 workspace member",
"Community support"
],
"createdAt": "2024-01-15T10:00:00.000Z",
"updatedAt": "2024-01-15T10:00:00.000Z"
},
{
"id": 2,
"name": "Starter",
"slug": "starter",
"description": "For small projects and teams",
"price": 9.99,
"pricePeriod": "month",
"isActive": true,
"restrictions": {
"max_projects": 3,
"max_environments_per_project": 3,
"max_resources": 15,
"max_resources_per_project": 15,
"max_cloud_connections": 3,
"max_workspace_members": 3,
"features_disabled": [
"advanced_monitoring",
"priority_support"
]
},
"features": [
"3 Projects",
"3 Environments per project",
"15 Total resources",
"3 Cloud connections",
"Up to 3 workspace members",
"Email support"
],
"createdAt": "2024-01-15T10:00:00.000Z",
"updatedAt": "2024-01-15T10:00:00.000Z"
},
{
"id": 3,
"name": "Pro",
"slug": "pro",
"description": "For growing businesses",
"price": 49.99,
"pricePeriod": "month",
"isActive": true,
"restrictions": {
"max_projects": 15,
"max_environments_per_project": 15,
"max_resources": 100,
"max_resources_per_project": 100,
"max_cloud_connections": 15,
"max_workspace_members": 15,
"features_disabled": []
},
"features": [
"15 Projects",
"15 Environments per project",
"100 Total resources",
"15 Cloud connections",
"Up to 15 workspace members",
"Advanced monitoring",
"Priority support",
"Multi-region support",
"Team collaboration"
],
"createdAt": "2024-01-15T10:00:00.000Z",
"updatedAt": "2024-01-15T10:00:00.000Z"
},
{
"id": 4,
"name": "Ultimate",
"slug": "ultimate",
"description": "Unlimited scale for power users and large teams",
"price": 199.99,
"pricePeriod": "month",
"isActive": true,
"restrictions": {
"max_projects": -1,
"max_environments_per_project": -1,
"max_resources": -1,
"max_resources_per_project": -1,
"max_cloud_connections": -1,
"max_workspace_members": -1,
"features_disabled": []
},
"features": [
"Unlimited projects",
"Unlimited environments",
"Unlimited resources",
"Unlimited cloud connections",
"Unlimited workspace members",
"Advanced monitoring",
"Priority support",
"Multi-region support",
"Team collaboration"
],
"createdAt": "2024-01-15T10:00:00.000Z",
"updatedAt": "2024-01-15T10:00:00.000Z"
}
]
}