---
title: "Get a specific account"
method: GET
path: "/accounts/{accountId}"
tags: ["Accounts"]
---

# Get a specific account

`GET /accounts/{accountId}`

## Path parameters

- `account_id` integer, required

## Response `200`

OK

- AccountDetail — A detailed representation of an account.
  - `id` integer — The id of the account
  - `identifier` string — Identifier for the account
  - `servicepack` Servicepack — Servicepack information.
    - `id` integer — The id of the service pack
    - `name` string — The name of the service pack
  - `addons` Addon[] — A list of addons applied to the account.
    - `id` integer — The id of the addon
    - `name` string — The name of the addon

---

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