Get Subscriber Summary
Returns metrics for a single subscriber within a specific plan: total payments, accumulated revenue, next renewal date.
Scoped to one plan — if the same subscriber is attached to multiple plans, each plan has its own summary. For a cross-plan view of all plans a subscriber belongs to, use Get Subscriber instead.
GET
/api/subscriptions/%plan_id%/users/%user_id%/main-infoAuth: RequiredResponse
idstringSubscriber identifier.
emailstringSubscriber's email.
statusstringSubscriber's status on this plan: active, inactive, or pending.
subscribedDatestringDate the subscriber was attached to the plan.
nextBillingDatestringNext renewal invoice date.
paymentsCountsnumberNumber of completed renewal payments for this subscriber on this plan.
revenueAmountstringTotal revenue from this subscriber.
revenueAssetstringCurrency of revenueAmount.
planIdstringPlan identifier.
planNamestringPlan name.
intervalCountnumberRenewal period interval counter.
intervalUnitstringRenewal period interval unit.