---
title: "Show MyKSuite"
method: GET
path: "/1/my_ksuite/{my_k_suite_id}"
tags: ["My kSuite"]
---

# Show MyKSuite

`GET /1/my_ksuite/{my_k_suite_id}`

Returns a variety of information about my kSuite

## Path parameters

- `my_k_suite_id` string, required

## Query parameters

- `with` string

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadMyKSuite
    - `id` integer, required — Unique identifier of the resource `MyKSuite`
    - `status` string, required — Status of the resource `MyKSuite`
    - `pack_id` integer, required
    - `trial_expiry_at` integer, nullable, required
    - `pack` string
    - `is_free` boolean, required — Does the resource `MyKSuite` have a free price status?
    - `drive` string, nullable
    - `mail` string, nullable
    - `has_auto_renew` string
    - `can_trial` boolean
    - `product` string
    - `children` string, nullable
    - `data` unknown[]
      - unknown

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/1c59d729611a/schema)
