TrainFog Developers
Categories

Informazioni per una categoria specifica

GET
/categories/{categoryId}
AuthorizationBearer <token>

In: header

Path Parameters

categoryIdstring

L'id della categoria da recuperare

Response Body

application/json

curl -X GET "https://api.trainfog.com/developers/v1.0/categories/string"
{
  "id": "688874b1a08a60001dd72e1d",
  "name": "Test category",
  "fullPath": "Root Category > Test category",
  "description": "Second Child Category",
  "parent": "688874b1a08a60001dd72e11",
  "createdAt": "2025-07-29T07:13:53.474Z",
  "updatedAt": "2025-07-29T07:13:53.474Z"
}