Skip to main content
GET
/
api
/
v2
/
jobs
/
categories
Gets a list of categories with the published job count in the category
curl --request GET \
  --url https://hirehive-testing-account.hirehive.com/api/v2/jobs/categories
[
  {
    "name": "<string>",
    "count": 123
  }
]

Response

200 - application/json

OK

name
string | null
count
integer<int32>