Skip to main content
GET
/
job-industry
Job Industry
curl --request GET \
  --url https://api.leadmagic.io/job-industry \
  --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"
}
]