Plan Endpoint
Get Own Plan
Retrieves the current user’s subscription plan details
GET
Authorizations
Response
200
application/json
Subscription plan retrieved successfully
The user's subscription plan details
The type of the plan, e.g. FREE, SUBSCRIPTION, ONE_TIME
Available options:
FREE
, SUBSCRIPTION
, ONE_TIME
The name of the plan, declared in the config file
Example:
"Pro"
The status of the plan, e.g. ACTIVE, INACTIVE, PAST_DUE, CANCELED, UNPAID, TRIALING, DELETED, EXPIRED
Available options:
ACTIVE
, INACTIVE
, PAST_DUE
, CANCELED
, UNPAID
, TRIALING
, DELETED
, EXPIRED
The customer ID of the user
Example:
"cus_1234567890"
The order ID of the user
Example:
"1234567"
The payment provider e.g. STRIPE, LEMON_SQUEEZY
Example:
"STRIPE"