GET
/
categories
/
{id}
{
  "id": 123,
  "label": "<string>",
  "direction": "cash_in",
  "created_at": "<string>",
  "updated_at": "<string>",
  "category_group": {
    "id": 123,
    "url": "<string>"
  }
}

Path Parameters

id
string
required

Response

200
application/json

200

The response is of type object.