Skip to main content
GET
/
settings
/
categories
List Categories
curl --request GET \
  --url https://api.example.com/settings/categories \
  --header 'X-API-Key: <api-key>'
[
  {
    "key": "<string>",
    "label": "<string>",
    "items": 123
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

key
string
required
label
string
required
items
integer
required