Categories API
These are read-only API endpoints for fetching information about job and resume categories.
List categories
List all job and resume categories ordered alphabetically by name. Unlike most other collection endpoints, this list is not paginated and does not provide any options for sorting. It always returns all categories.
GET /categories
Response
Status: 200 OK
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4999
[
{
"name": "Accounting"
},
{
"name": "Manufacturing"
},
{
"name": "Sales"
}
]