---
title: "Reopen a closed subaccount"
method: POST
path: "/subaccount/reopen"
tags: ["SUBACCOUNTS"]
---

# Reopen a closed subaccount

`POST /subaccount/reopen`

Changes the status of a Closed subaccount back to Active

## Request body

- object
  - `email` string — The email address of the subaccount you want to reopen
  - `id` string, required — The id of the subaccount you want to reopen

## Response `200`

Subaccount reopened

- object
  - `request_id` string, required
  - `data` object, required
    - `id` string, required
    - `email` string
    - `name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
