1. Home
  2. Developer API information
  3. Feedback Belgium Responses

Feedback Belgium Responses

Feedback allows you to manage addresses missing in Belgium. Note: For obtaining suggestions when adding addresses, it's recommended to add feedback through the CMS.

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

Example request:

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

This request gives the following result:

200: List of addresses
[
  {
    "countryCode": "BE",
    "postalCode": "1000",
    "street": "Anderlechtsesteenweg",
    "streetNumber": 1000,
    "settlement": "Brussel"
  }
]

Error responses:

401: Not authenticated
404: No results found