---
title: "Show Account"
method: GET
path: "/account"
tags: ["Account"]
---

# Show Account

`GET /account`

## Response `200`

AccountResponse

- AccountResponse — Response schema for Account
  - `data` Account, required — Account schema
    - `id` string, uuid, required — Account ID
    - `key` string, required — 6-character account key
    - `legal_name` string — Account legal name
    - `limits` AccountLimits — Account limits and usage information
      - `account_admin_users` AccountLimit — Account limit with usage information
        - `available` integer, required — Remaining available count
        - `total` integer, required — Total allowed count
        - `used` integer, required — Current usage count
      - `monthly_active_users` AccountLimit — Account limit with usage information
        - `available` integer, required — Remaining available count
        - `total` integer, required — Total allowed count
        - `used` integer, required — Current usage count
      - `service_accounts` AccountLimit — Account limit with usage information
        - `available` integer, required — Remaining available count
        - `total` integer, required — Total allowed count
        - `used` integer, required — Current usage count
      - `sites` AccountLimit — Account limit with usage information
        - `available` integer, required — Remaining available count
        - `total` integer, required — Total allowed count
        - `used` integer, required — Current usage count
      - `users` AccountLimit — Account limit with usage information
        - `available` integer, required — Remaining available count
        - `total` integer, required — Total allowed count
        - `used` integer, required — Current usage count
    - `name` string, required — Account name
    - `slug` string, required — Account slug

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.dev/firezone/apis/firezone-api.md) · [All operations](https://skmtc.dev/firezone/apis/firezone-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firezone/firezone-api/revisions/110de2cb2283/schema)
