Get Subscriber
Returns details for a single subscriber, including all subscription plans they are attached to.
Useful when a single client may be on multiple plans — this endpoint returns a cross-plan view of their billing footprint. For per-plan metrics on this subscriber, use Get Subscriber Summary instead.
GET
/api/subscriptions/subscribers/%subscriber_id%Auth: RequiredResponse
idstringSubscriber identifier.
emailstringSubscriber's email.
statusstringSubscriber's status: active, inactive, or pending.
nextBillingAtstringNext renewal date and time.
plansarrayAll plans this subscriber is attached to. Each entry contains id, email, status, subscribedDate, renewalDate, revenueAmount, revenueAsset, createdAt, updatedAt.