cURL
curl --request GET \ --url https://api.leadmagic.io/v1/jobs/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.
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Successful response with region list
[ { "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" }]
Was this page helpful?