Skip to main content

Activate Subscriber

Reactivates a previously deactivated subscriber on a plan, setting their status directly to active. From then on they are billed again on each renewal cycle.

Calling activate on a subscriber who is already active has no effect.

POST/api/subscriptions/%plan_id%/users/%user_id%/activateAuth: Required

Response

Returns the updated subscriber record:

idstring

Subscriber identifier.

emailstring

Subscriber's email.

statusstring

New status — active after a successful activation.

subscribedDatestring

Date the subscriber was attached to the plan.

renewalDatestring

Next renewal date.

revenueAmountstring

Total revenue from this subscriber.

revenueAssetstring

Currency of revenueAmount.

createdAtstring

Record creation timestamp.

updatedAtstring

Last update timestamp.