Skip to main content
GET
List available subscription plans (Stripe-facing shape)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /billing/plans/stripe Same underlying catalog as GET /billing/plans, grouped by plan level with a billingCycles array — shaped for UIs that render a Stripe pricing table directly. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Plans retrieved

status
string
Example:

"success"

data
object[]