Skip to main content
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

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Response

200 - application/json

Successful response with industry list

id
integer
default:0
name
string
Example:
[
  { "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"
  }
]