---
title: "Resume subscription"
method: POST
path: "/subscriptions/{subscriptionId}/resume"
---

# Resume subscription

`POST /subscriptions/{subscriptionId}/resume`

Use this endpoint to resume a subscription from a scheduled pause or to immediately resume from the pause that is ongoing. With immediate resume from the pause which is in progress, a payment attempt is made and the customer is charged.

## Path parameters

- `subscriptionId` integer, required

## Response `200`

200

- object
  - `subscriptionId` integer
  - `paymentDetailsId` integer
  - `publisherId` integer
  - `customerId` integer
  - `status` string
  - `dateFrom` integer
  - `dateTo` integer
  - `nextPaymentAction` string
  - `nextPaymentActionDate` integer
  - `subscriptionExternalId` unknown
  - `offerId` string
  - `paymentCountry` string
  - `ipAddress` string
  - `inTrial` boolean
  - `couponCode` string
  - `pendingSwitchId` string
  - `externalProperties` object
  - `paymentMethodId` integer
  - `isExternallyManaged` boolean
  - `latestPaymentExternalId` string
  - `replacedBy` object
    - `subscriptionId` integer
    - `reason` string
    - `date` integer
  - `originatedFrom` object
    - `subscriptionId` integer
    - `reason` string
    - `date` integer
  - `renewalCycle` object
    - `completed` integer
    - `unit` string
    - `amount` integer
  - `source` string
  - `terminationType` unknown
  - `pause` object
    - `requestedAt` integer
    - `pauseDate` integer
    - `resumeDate` integer
    - `failedResumes` integer[]

## Other responses

- `400` — 400
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/cleeng/apis/mediastore-api.md) · [All operations](https://skmtc.net/cleeng/apis/mediastore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleeng/mediastore-api/versions/00cbfe7998a4/schema)
