---
title: "Get Account"
method: GET
path: "/v1/account"
tags: ["Accounts"]
---

# Get Account

`GET /v1/account`

Shows details of the top-level Huntress Account associated with your API credentials.

## Response `200`

Get Account

- object
  - `account` Account — Account model
    - `id` integer — A unique identifier for the account.
    - `name` string — The public facing display name for the account.
    - `subdomain` string — The subdomain for the account.
    - `status` 'enabled' | 'disabled' — The current status of the account.
    - `support_type` 'huntress_supported' | 'partner_supported' | 'not_applicable' — For accounts that have been provisioned through a reseller, this field indicates whether the account is huntress supported or partner supported.
    - `neighborhood_watch` unknown
    - `billing_address` Address
      - `line1` string — Street address line 1.
      - `line2` string — Street address line 2.
      - `city` string — City.
      - `state` string — State or province. Required for US and CA addresses.
      - `postal_code` string — Postal or ZIP code. Required for US and GB addresses.
      - `country` string — Two-letter ISO 3166-1 alpha-2 country code.
    - `shipping_address` Address
      - `line1` string — Street address line 1.
      - `line2` string — Street address line 2.
      - `city` string — City.
      - `state` string — State or province. Required for US and CA addresses.
      - `postal_code` string — Postal or ZIP code. Required for US and GB addresses.
      - `country` string — Two-letter ISO 3166-1 alpha-2 country code.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

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