---
title: "Fetch a given account details"
method: GET
path: "/v1/accounts/{accountId}"
tags: ["Accounts"]
---

# Fetch a given account details

`GET /v1/accounts/{accountId}`

Get details from a specific account.

## Path parameters

- `accountId` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- Account
  - `id` string, required — Checkly account ID.
  - `name` string — The name of the account.
  - `runtimeId` string — The account default runtime ID.
  - `plan` string — The account plan type.
  - `planDisplayName` string — The human-readable display name of the account plan.
  - `addons` Addons — The add-ons available to the account.
    - `communicate` AddonTier
      - `tier` 'hobby' | 'starter' | 'team' — The add-on tier.
      - `tierDisplayName` string — The human-readable display name of the add-on tier.
    - `resolve` AddonTier
      - `tier` 'hobby' | 'starter' | 'team' — The add-on tier.
      - `tierDisplayName` string — The human-readable display name of the add-on tier.
  - `settings` Settings — The settings of the account.
  - `alertSettings` AlertSettings — The alert settings of the account.
  - `features` string[] — Client-visible account feature flags.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/versions/9e903da4f3da/schema)
