Skip to main content

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: Required

Response

idstring

Subscriber identifier.

emailstring

Subscriber's email.

statusstring

Subscriber's status: active, inactive, or pending.

nextBillingAtstring

Next renewal date and time.

plansarray

All plans this subscriber is attached to. Each entry contains id, email, status, subscribedDate, renewalDate, revenueAmount, revenueAsset, createdAt, updatedAt.