---
title: "Returns the subscription information for the account"
method: GET
path: "/misc/subscription"
tags: ["misc"]
---

# Returns the subscription information for the account

`GET /misc/subscription`

Returns information about your subscription

## Response `200`

An object containing the details about account subscription

- SubscriptionResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string — Error message when result='error'. String. Empty/null on success.
  - `data` object, required — Response payload. Shape varies by endpoint.
    - `subscription_id` integer, required — Unique identifier representing a specific subscription. Type: integer (int32).
    - `org_unit_id` integer, required — Organization unit (group) ID. Integer. Same concept as group_id; used in newer endpoints.
    - `account_number` integer, required — Unique identifier representing a specific subscription account. Type: integer (int32).
    - `account_name` string, required — represents name of a specific subscription account. Type: string.
    - `subscription_number` integer, required — represents Unique subscription number of a specific subscription account. Type: integer (int32).
    - `subscription_name` string, required — represents name of a specific subscription. Type: string.
    - `activation_date` string, date-time, required — represents activation date of specific subscription account. Type: string (date-time).
    - `addons` object[], required — addons. Type: array of object.
      - `addon_id` integer — represents Unique id of the component under subscription account. Type: integer (int32).
      - `addon_name` string — represents name of the component under subscription account. Type: string.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
