1. Home
  2. Developer API information
  3. Feedback CH

Feedback CH

Feedback allows you to manage addresses missing in Switzerland.

Note: This is the documentation for the v2 API which is still in beta.

GET Example request:

https://api.pro6pp.nl/v2/feedback/ch?authKey=YOUR_API_KEY

This application gives the following result:

200: List of addresses
[
  {
    "countryCode": "CH",
    "postalCode": "5600",
    "street": "Bifang",
    "streetNumber": 1000,
    "settlement": "Lenzburg"
  }
]

Error responses

401: Not authenticated
404: No results found