---
title: "List Accounts"
method: GET
path: "/v1/accounts"
tags: ["Reseller"]
---

# List Accounts

`GET /v1/accounts`

Shows all accounts associated with your API credentials.

**Note:** This endpoint will also return a `pagination` key on the root level.  
Please refer to the [pagination section](https://api.huntress.io/docs#pagination) within our docs for more information.

## Query parameters

- `limit` integer
- `page_token` string
- `sort_field` 'id' | 'name' | 'subdomain' | 'created_at' | 'updated_at'
- `sort_direction` 'asc' | 'desc'
- `status` 'enabled' | 'disabled'
- `name` string
- `subdomain` string

## Response `200`

List Accounts

- object
  - `accounts` Account[], required
    - `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.
  - `pagination` Pagination, required — Pagination model
    - `next_page_url` string
    - `next_page_token` string

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