---
title: "Get Plans and Addons"
method: GET
path: "/account/myplans"
tags: ["Account"]
---

# Get Plans and Addons

`GET /account/myplans`

Retrieve details about the account's active subscription plan and any associated add-ons, including pricing and upcoming billing renewal cycles

## Response `200`

Successfully retrieved plan and addon information

- object — Success response containing plan details
  - `status` string, required — Response status
  - `data` MyPlansDataType, required — User's current plan and addons information
    - `current_plan` PlanType, required — Plan information for the current subscription
      - `name` string, required — Name of the plan
      - `status` 'active' | 'inactive' | 'suspended', required — Current status of the plan
      - `type` 'subscription' | 'one-time', required — Type of the plan
      - `charge` string, required — Charge information for the plan
      - `next_credit_allocation` string, date-time — Date when next credits will be allocated
      - `next_charge_renewal` string, date-time — Date of the next charge renewal
    - `addons` AddonType[], required — List of active addons for the account
      - `name` string, required — Name of the addon
      - `status` 'active' | 'inactive' | 'suspended', required — Current status of the addon
      - `type` 'subscription' | 'one-time', required — Type of the addon
      - `charge` string — Charge information for the addon
      - `next_charge_renewal` string, date-time — Date of the next charge renewal

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials
- `503` — Service Unavailable - Server is temporarily unavailable

---

[API](https://skmtc.dev/clearout/apis/clearout-openapi.md) · [All operations](https://skmtc.dev/clearout/apis/clearout-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clearout/clearout-openapi/revisions/e9bdd90a5e76/schema)
