---
title: "GET /user/{userID}/additional-transaction-information-category"
method: GET
path: "/user/{userID}/additional-transaction-information-category"
tags: ["additional-transaction-information-category"]
---

# GET /user/{userID}/additional-transaction-information-category

`GET /user/{userID}/additional-transaction-information-category`

Get the available categories.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Get the available categories.

- AdditionalTransactionInformationCategoryListing[]
  - `category` string — The category.
  - `type` string — Who created this category.
  - `status` string — Whether this category is active. Only relevant for user-defined categories.
  - `order` integer — The sort order of the category.
  - `description` string — The description of the category.
  - `description_translated` string — The translation of the description of the category.
  - `color` string — The color of the category.
  - `icon` string — The icon of the category.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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