v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUBACCOUNTS

Reopen a closed subaccount

Changes the status of a Closed subaccount back to Active

post/subaccount/reopen

Request body

emailstring

The email address of the subaccount you want to reopen

idstring required

The id of the subaccount you want to reopen

Response

Subaccount reopened

request_idstring required

Example response

{
  "request_id": "0ef3f48a-2cfb-11eb-aee9-408d5cce2644",
  "data": {
    "id": "NDU5OTgw",
    "email": "test@example.com",
    "name": "Test Person"
  }
}