---
title: "Reactivate subscription"
method: POST
path: "/customers/{customerId}/subscriptions/{subscriptionId}/reactivate"
tags: ["Subscriptions"]
---

# Reactivate subscription

`POST /customers/{customerId}/subscriptions/{subscriptionId}/reactivate`

Reactivate the subscription contract and optionally update the next billing date.

The subscription should be in paused or cancelled state and if the subscription is
cancelled, it cannot be a prepaid subscription. We will calculate a next billing date
based on the interval configuration if no nextBillingDate is provided.

## Path parameters

- `customerId` string, required
- `subscriptionId` string, required

## Request body

- object
  - `nextBillingDate` string, date-time

## Response `200`

Updated subscription

- SubscriptionDynamo
  - `SubscriptionId` string — Identifier
  - `SubscriptionStatus` string — Status
  - `NextBillingDate` string, date-time — Date of the next billing

## Other responses

- `401` — You do not have permission
- `404` — Not Found

---

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