Get work permits

GET /api-v1/list/work-permits

Headers

Responses

GET /api-v1/list/work-permits
curl \
 -X GET http://wyzio.app/api-v1/list/work-permits \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "countryId": 42,
    "id": 42,
    "name": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "nameId": 42
  }
]