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

# Fetch account entitlements

`GET /v1/accounts/{accountId}/entitlements`

Fetch the entitlements for the account, including feature access and limits based on the current plan.

## 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

- Entitlements
  - `plan` string, required — 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.
  - `locations` Locations, required — Check run locations and limits for this account.
    - `all` Location[], required — All Checkly locations with availability for this account.
      - `id` string, required — Location identifier (e.g. us-east-1).
      - `name` string, required — Human-readable location name (e.g. N. Virginia).
      - `available` boolean, required — Whether this location is available on the current plan.
    - `maxPerCheck` integer — Maximum locations selectable per check. Absent when unlimited.
  - `entitlements` Entitlements, required — recursive

## 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)
