---
title: "Reactivates a subscription by attempting to re-enable Metronome billing."
method: POST
path: "/manage/api/reactivate"
tags: ["manage"]
---

# Reactivates a subscription by attempting to re-enable Metronome billing.

`POST /manage/api/reactivate`

## Response `200`

API subscription content

- PostApiReactivateResponse — Response to re-activating API settings.
  - `recharge_settings` RechargeSettingsResponse — The current recharge settings for the API subscription.
    - `top_up_balance` Price, required — Represents a price.
      - `currency_code` string, required — The ISO 4217 currency code for the price object.
      - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.
    - `minimum_balance_threshold` Price, required — Represents a price.
      - `currency_code` string, required — The ISO 4217 currency code for the price object.
      - `amount` number, required — The amount of the currency in the common denomination. For example, in USD this is cents.

## Other responses

- `401` — Not authorized
- `402` — Payment is required; is your payment method setup?
- `404` — User does not have a subscription to reactivate.

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
