Even though we use multiple (official) data sources to arrive at an up-to-date database, there is the possibility to add your own addresses that will be immediately available for your account in the supplement API.
To be able to use this method, you must have included such a text in your privacy statement or general conditions in accordance with the Personal Data Protection Act (Wbp):
"Webshop XYZ will not sell your personal information to third parties and will only make it available to third parties that are involved in processing your order.
Instead of the above text, an explicit opt-in after the customer has entered the address details is also sufficient.
The use of this method as an example in different languages:
We encourage you to request example code in the language you prefer. In the meantime, you might want to look at the autocomplete method, which is already demonstrated in many languages.
Even though we use multiple (official) data sources to come up with an up-to-date database, there are available own addresses and become available immediately for your account in the supplement API.
/v1/feedback?auth_key=YOUR_AUTH_KEY&nl_sixpp=9999ZZ&street=knolweg&streetnumber=99
This request gives the following result:
{
"status": "ok",
"results": []
}
More examples of the feedback method.