v2

latestOpenAPI 3.0.02026-07-261859071.2 MB
Accounts

Fetch current account entitlements

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

get/v1/accounts/me/entitlements

Headers

x-checkly-accountstring

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

Response

Successful

planstring required

The account plan type.

planDisplayNamestring

The human-readable display name of the account plan.

Example response

{
  "plan": "team",
  "planDisplayName": "Team",
  "addons": {
    "communicate": {
      "tier": "starter",
      "tierDisplayName": "Communicate Starter"
    },
    "resolve": {
      "tier": "starter",
      "tierDisplayName": "Communicate Starter"
    }
  }
}