Skip to main content
GET
Get a subscription plan

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Path Parameters

planId
string
required

Subscription plan identifier.

Response

OK

Billing plan (models.Plan). Exact JSON keys follow Go encoding/json for paas-lib models.

active
boolean
addon
boolean
created_at_sk
string
currency
string
description
string
entitlements
object

models.PlanEntitlements (paas-lib).

name
string
id
string
planId
string
productID
string
recurring
object

models.PlanRecurring (paas-lib).

sk
string
type_pk
string
unitAmount
integer
updated_at
string