GET
/
job-company-types
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

Response

200 - application/json

Successful response with company type list

The response is of type object[].