GET
/
v1
/
jobs
/
industries
Job Industry
curl --request GET \
  --url https://api.leadmagic.io/v1/jobs/industries \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 22,
    "name": "Accounting"
  },
  {
    "id": 318,
    "name": "Administration of Justice"
  },
  {
    "id": 297,
    "name": "Administrative and Support Services"
  },
  {
    "id": 8,
    "name": "Advertising Services"
  },
  {
    "id": 245,
    "name": "Agricultural Chemical Manufacturing"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful response with industry list

The response is of type object[].