Skip to main content
GET
/
cabinet
/
admin
/
settings
/
categories
List Categories
curl --request GET \
  --url http://localhost:8080/cabinet/admin/settings/categories
[
  {
    "key": "<string>",
    "label": "<string>",
    "items": 123,
    "description": ""
  }
]

Response

200 - application/json

Successful Response

key
string
required
label
string
required
items
integer
required
description
string
default:""