cURL
curl --request GET \ --url https://api.leadmagic.io/job-regions \ --header 'X-API-Key: <api-key>'
[ { "id": 1, "name": "Africa" }, { "id": 2, "name": "Asia/Pacific" }, { "id": 3, "name": "Europe" }, { "id": 4, "name": "Middle East" }, { "id": 5, "name": "North America" }, { "id": 6, "name": "South America" } ]
Use this API to retrieve the region ID, which can then be used in the Jobs Finder API to filter jobs by region.
Successful response with region list
The response is of type object[].
object[]
Was this page helpful?