GET
/
job-regions
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"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful response with region list

The response is of type object[].