Skip to main content
GET
/
job-country
Job Country
curl --request GET \
  --url https://api.leadmagic.io/job-country \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "AL",
    "name": "Albania"
  },
  {
    "id": "DZ",
    "name": "Algeria"
  },
  {
    "id": "AD",
    "name": "Andorra"
  },
  {
    "id": "AO",
    "name": "Angola"
  },
  {
    "id": "AG",
    "name": "Antigua and Barbuda"
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful response with country list

id
string
name
string
I