---
title: "Get a list of account types"
method: GET
path: "/accounttypes"
tags: ["Accounts (Companies)"]
---

# Get a list of account types

`GET /accounttypes`

Get a list of all account types in a Nutshell instance.

## Response `200`

OK

- AccountType[]
  - `id` string — The API ID of this entity, formatted {integer}-{entityType}
  - `name` string
  - `modifiedTime` integer

---

[API](https://skmtc.net/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.net/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/versions/91e98426903e/schema)
