---
title: "Get All Card Hierarchies"
method: GET
path: "/v1/card-hierarchies"
tags: ["Card Hierarchy Management"]
---

# Get All Card Hierarchies

`GET /v1/card-hierarchies`

This operation retrieves all the existing card hierarchies, including both active and inactive ones.

## Query parameters

- `auditUser` string, required

## Response `200`

Successful retrieval of the card hierarchies

- 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/versions/dc4a41118f80/schema)
