---
title: "List Categories"
method: GET
path: "/v1/categories"
tags: ["Categories"]
---

# List Categories

`GET /v1/categories`

List all categories.

## Response `200`

Returns a dictionary of category objects.

- CategoriesListResponseBody — Response body schema for **GET** `v1/categories`.
  - `object` 'list', required — The type of the object represented by JSON. This object stores information about categories in a dictionary.
  - `data_ref` 'data', required — Identifies the name of the attribute that contains the array of category objects.
  - `data` Category[], required
    - `id` string, required — Unique category ID assigned by Voucherify.
    - `name` string, required — Category name.
    - `hierarchy` integer, required — Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value.
    - `object` 'category', required — The type of the object represented by the JSON. This object stores information about the category.
    - `created_at` string, date-time, required — Timestamp representing the date and time when the category was created. The value is shown in the ISO 8601 format.
    - `updated_at` string, date-time — Timestamp representing the date and time when the category was updated. The value is shown in the ISO 8601 format.
  - `total` integer, required — Total number of categories.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/versions/4982266e0494/schema)
