v1

latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KB
Category

List

Recovers all categories active from the data categorization. Can be filtered by the parentId of the category.

get/categories

Query parameters

parentIdstring

Parent's primary identifier

Response

Retrieve a list of all categories

idstring required

Identifier for the category

descriptionstring required

Description of the category

descriptionTranslatedstring

Description of the category, translated to portuguese

parentIdstring

Parent's identifier

parentDescriptionstring

Parent's category description

Example response

[
  {
    "id": "01010000",
    "description": "Salary/pro-labore",
    "parentId": "01000000",
    "parentDescription": "Income"
  }
]