---
title: "Get Current Hosting Plan"
method: GET
path: "/v1/account/hosting_plan"
tags: ["Account"]
---

# Get Current Hosting Plan

`GET /v1/account/hosting_plan`

Provides detailed information about your current hosting plan

## Response `200`

OK

- GetAccountHostingPlanResponse — Information about the hosting plan and any addons
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `current_plan` HostingPlan — Information about the account's current hosting plan
      - `name` string — Name of the hosting plan
      - `type` 'Agency' | 'Managed' | 'Enterprise' — Hosting plan category
      - `product_id` integer — ID of the product that was selected
      - `created_at` string — Time stamp of when the record was created
      - `next_billing_date` string — Time stamp of when the next payment is due
      - `status` 'Active' | 'Cancelled' | 'Completed' | 'Pending' | 'Suspended' | 'Terminated'
      - `pricing` ProductPricing
        - `billing_cycle_type` string — Type of billing cycle (only recurring supported at present)
        - `billing_cycle` 'Annual' | 'Bi-Annual' | 'Monthly' | 'Quarterly' | 'Semi-Annually' | 'Tri-Annual' | 'Free Account' — How often payment is due
        - `cost` number — Price for the billing cycle
        - `currency` string — Currency code in which the payments will be calculated
    - `addons` Addon[]
      - `name` string — Name of the additional product / service
      - `type` string — Description of the additional product / service
      - `addon_id` integer — ID of the addon product
      - `created_at` string — Time stamp of when the record was created
      - `next_billing_date` string — Time stamp of when the next payment is due
      - `status` 'Active' | 'Cancelled' | 'Completed' | 'Pending' | 'Suspended' | 'Terminated'
      - `pricing` ProductPricing
        - `billing_cycle_type` string — Type of billing cycle (only recurring supported at present)
        - `billing_cycle` 'Annual' | 'Bi-Annual' | 'Monthly' | 'Quarterly' | 'Semi-Annually' | 'Tri-Annual' | 'Free Account' — How often payment is due
        - `cost` number — Price for the billing cycle
        - `currency` string — Currency code in which the payments will be calculated

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `405` — Invalid input
- `500` — Internal error

---

[API](https://skmtc.net/rocket/apis/rocket-net-api.md) · [All operations](https://skmtc.net/rocket/apis/rocket-net-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocket/rocket-net-api/revisions/db0dcbbc5764/schema)
