APIPlans
List plans
Returns the plans on sale, with their monthly and yearly price, their limits, the features they unlock, and any trial length. Prices are in the smallest unit of the plan currency. Use a plan's slug when starting a checkout session. Requires no authentication.
Response Body
application/json
curl -X GET "https://api-next.centralcsp.com/v1/plans"[ { "id": "string", "slug": "pro", "name": "Pro", "description": "string", "isPublic": true, "currency": "eur", "monthlyPriceCents": 4900, "yearlyPriceCents": 49000, "features": [ "compliance", "alerting", "api_keys" ], "reportsLimit": 0, "websitesLimit": 0, "membersLimit": 0, "alertChannelsLimit": 0, "alertRulesLimit": 0, "trialDays": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }]