Get NOGA codes

GET /api-v1/list/noga-codes

Headers

Responses

GET /api-v1/list/noga-codes
curl \
 -X GET http://wyzio.app/api-v1/list/noga-codes \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "code": "string",
    "description": {
      "de": "string",
      "en": "string",
      "fr": "string",
      "it": "string"
    },
    "id": 42,
    "section": "string"
  }
]