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.
Successful response with company type list
The response is of type object[].
object[]
Was this page helpful?