---
title: "Get a category"
method: GET
path: "/apps/{appId}/accountcategories/{id}"
tags: ["AccountCategories"]
---

# Get a category

`GET /apps/{appId}/accountcategories/{id}`

## Path parameters

- `appId` integer, required
- `id` integer, required

## Query parameters

- `with_trashed` boolean

## Response `200`

Success

- AccountCategory
  - `id` integer
  - `name` string
  - `description` string
  - `type` string

## Other responses

- `400` — Bad request
- `404` — Not found

---

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