v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > Category

Reads a single Category

Fetch expense categories and subcategories for the company

get/api/2026-07-01/resources/finance/categories/{id}

Path parameters

idstring required

Search categories by ID

Response

OK

idstring required

Unique identifier for the category

labelstring required

Custom label for the category

default_labelstring required

Default translated label for the category

parent_category_idstring

Parent category ID (null for main categories)

identifierstring required

System identifier for the category

visibleboolean required

Whether the category is visible

enabledboolean required

Whether the category is enabled

positioninteger

Display position of the category

Example response

{
  "id": "1",
  "label": "Accommodation Expenses",
  "default_label": "Alojamiento",
  "parent_category_id": "2",
  "identifier": "accommodation",
  "visible": true,
  "enabled": true,
  "position": 1
}