---
title: "Get Specific Card Hierarchy"
method: GET
path: "/v1/card-hierarchies/{cardHierarchyId}"
tags: ["Card Hierarchy Management"]
---

# Get Specific Card Hierarchy

`GET /v1/card-hierarchies/{cardHierarchyId}`

This operation retrieves details of a specific card hierarchy using its ID.

## Path parameters

- `cardHierarchyId` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Response `200`

Successful retrieval of the card hierarchy

- CardHierarchyV1
  - `id` string, biginteger, required — Generated id of the card hierarchy
  - `name` string, required — Name of the card hierarchy
  - `active` boolean, required — Whether the card hierarchy is active or not

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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