cURL
curl --request GET \ --url https://api.leadmagic.io/job-company-types \ --header 'X-API-Key: <api-key>'
[ { "id": 0, "name": "<string>" } ]
Use this API to retrieve the Company Type ID, which can then be used in the Jobs Finder API to filter jobs by Company Type.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Successful response with company type list
Was this page helpful?