---
title: "Get a single category"
method: GET
path: "/v3/aggregation/categories/{id}"
tags: ["Categories"]
---

# Get a single category

`GET /v3/aggregation/categories/{id}`

Return a single category along with its parent category
Please contact us to activate this feature

## Path parameters

- `id` number, required

## Response `200`

Category

- object
  - `resources` CategorySingle[]
    - `id` number — Category's unique identifier
    - `name` string — Category's name
    - `parent_id` number — Category's parent unique identifier

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
