Skip to main content
GET
/
api
/
v1
/
categories
List categories with service counts
curl --request GET \
  --url https://api.devhelm.io/api/v1/categories \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "category": "<string>",
      "serviceCount": 123
    }
  ],
  "hasNext": true,
  "hasPrev": true
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Response

200 - */*

OK

data
object[]
hasNext
boolean
hasPrev
boolean