tokportal_reactivate_account_managed_subscription
Reactivate a paused managed subscription account using the latest coverage snapshot. Validates expected credits, period end, and lock version before charging unpaid periods and resuming tasks.
Instructions
Reactivate TokPortal Coverage. Reactivates Coverage from an explicit GET snapshot. Reactivation is free while the current billing period is already paid or included; Coverage benefits and tasks remain paused until reactivation. At and after current_period_end, the endpoint accepts the effective lapsed state even if recorded_status has not yet been updated by the renewal worker, and charges exactly the projected unpaid periods without adding an extra period. The expected credits, period end, and lock version are checked atomically before any debit or task resume. Scheduled videos receive new future dates while preserving their cadence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Saved account ID. | |
| body | Yes | JSON request body. | |
| idempotency_key | No | Optional Idempotency-Key header for safe retries. |