> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kiotapay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Activate Sub-Account Subscription

> This endpoint activates the parent organization for sub-accounts subscription    

## Endpoint

PUT /api/sandbox/v1/multiaccount/activate

### Base URL

`https://api.kiotapay.co`

## **Request Headers**

| Key             | Value                 | Required | Description                                                        |
| :-------------- | :-------------------- | :------- | :----------------------------------------------------------------- |
| `Content-Type`  | `application/json`    | ✅        | Specifies that the request body is in JSON format.                 |
| `Authorization` | `Bearer <your-token>` | ✅        | API authentication token. Replace `<your-token>` with a valid JWT. |

**Sample Response Body**

```json theme={null}
{
    "status": 200,
    "message": "Updated Successfully",
    "data": "subscribed Successfully"
}
```
