Skip to main content
GET
/
job-company-types
Job Company Type
curl --request GET \
  --url https://api.leadmagic.io/job-company-types \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 0,
    "name": "<string>"
  }
]

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 company type list

id
integer
default:0
name
string