---
title: "Reactivate Subscription Endpoint"
method: POST
path: "/api/billing/reactivate-subscription"
tags: ["billing"]
---

# Reactivate Subscription Endpoint

`POST /api/billing/reactivate-subscription`

Reactivate a subscription that was scheduled for cancellation.

Only works if the subscription was canceled with cancel_at_period_end=True
and the billing period hasn't ended yet.

## Request body

- ReactivateSubscriptionRequest — Request to reactivate a subscription scheduled for cancellation
  - `product_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
