v1

latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KB
Category

Retrieve

Recovers the category resource by its id

get/categories/{id}

Path parameters

idstring required

category primary identifier

Response

Retrieve a category.

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"
}