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

# Get account categories

`GET /v1/account_categories/`

Retrieves a list of available account categories

## Query parameters

- `next` string
- `accountType` string

## Response `200`

OK

- RepositoryCursorPageTransfersModelsAccountCategory
  - `items` TransfersModelsAccountCategory[]
    - `code` string
    - `accountType` string
    - `active` boolean
  - `next` string

---

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