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
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.hirehive.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

name
string | null
count
integer<int32>