Get localities list by postal code

GET /api-v1/list/localities/{postalCode}

Headers

Path parameters

Responses

GET /api-v1/list/localities/{postalCode}
curl \
 --request GET 'https://wyzio.app/api-v1/list/localities/{postalCode}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "bfsCode": "string",
    "name": "string"
  }
]