GET /api/subscription/plans
Retrieves all available subscription plans with their pricing, limits, and features. Requires authentication to return plans.Authentication
This endpoint requires authentication. Include your access token in the request cookies.Query Parameters
Billing period for pricing. Options:
monthly, annualResponse
Array of available plan objects
Billing period used for the response. Options:
monthly, annualExample Request
Example Response
Error Responses
Authentication required or token expired
Invalid billing parameter
Server error occurred
Annual billing typically includes a discount compared to monthly billing. The
originalPrice field shows the equivalent monthly cost over a year.