cURL
curl --request GET \ --url https://api.leadmagic.io/job-types \ --header 'X-API-Key: <api-key>'
[ { "id": 1, "name": "Full Time" }, { "id": 2, "name": "Part Time" }, { "id": 3, "name": "Temporary" }, { "id": 4, "name": "Internship" }, { "id": 5, "name": "Freelance" }, { "id": 6, "name": "Contract" } ]
Use this API to retrieve the Job Type ID, which can then be used in the Jobs Finder API to filter jobs by Job Type.
Successful response with job type list
The response is of type object[].
object[]
Was this page helpful?