# Categories Object

> Source: https://truto.one/docs/api-reference/admin/categories/

Schema for the `Categories` resource in **Admin API**.

## Properties

- **`name`** _(string)_
  The internal name/slug of the category.
- **`label`** _(string)_
  A user-facing label or descriptive name for the category.
- **`created_at`** _(string)_
  The date and time when the category was created.
- **`updated_at`** _(string)_
  The date and time when the category was last updated.

## Methods

- [GET /category](/docs/api-reference/admin/categories/list) — List categories
