> For the complete documentation index, see [llms.txt](https://docs.pareto.credit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pareto.credit/developers/api/vault-categories.md).

# Vault categories

Vault categories group vaults by their investment profile, strategy type, or risk classification. They provide high-level metadata for sorting and UI filtering.

## Structure

Each vault category object includes:

* `_id` *(string)* — Unique identifier
* `code` *(string)* — Unique category code (e.g. "CAT\_1", "STRATEGY")
* `name` *(object)* — Multilingual name (e.g., `{ en: "Stable Yield" }`)
* `description` *(object)* — Multilingual description
* `createdAt`, `updatedAt` *(string)* — ISO timestamps (UTC Unix time)
* `createdBy`, `updatedBy` *(string)* — Actor IDs

## Endpoints

{% openapi src="/files/UKOkJpLKVrCWc1fzucQF" path="/vault-categories" method="get" %}
[VaultCategories.yaml](https://4223418165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVSPclqPyChB4NMxFfG2X%2Fuploads%2FaZwO8LlCnjkQecLpuarQ%2FVaultCategories.yaml?alt=media\&token=1ecfdc66-fe4a-457a-99aa-7e0fad7c930f)
{% endopenapi %}

{% openapi src="/files/UKOkJpLKVrCWc1fzucQF" path="/vault-categories/{typeId}" method="get" %}
[VaultCategories.yaml](https://4223418165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVSPclqPyChB4NMxFfG2X%2Fuploads%2FaZwO8LlCnjkQecLpuarQ%2FVaultCategories.yaml?alt=media\&token=1ecfdc66-fe4a-457a-99aa-7e0fad7c930f)
{% endopenapi %}
