Get a paginated list of jobs
curl --request GET \ --url https://hirehive-dev.hirehive.com/api/v1/jobs/{categories}.{format}
[ { "name": "<string>", "count": 123 } ]
Success
The response is of type object[].
object[]
Was this page helpful?