Address

Acquire the address for a combination of `postalCode` and `houseNumber`

Activity name : <a href="https://developer.loket.nl/Activities/GetAddressyByPostalCodeAndHouseNumber" target="_blank">GetAddressyByPostalCodeAndHouseNumber</a> <br/> Acquire the address for a combination of postalCode and houseNumber. Only Dutch addresses are supported. Both the postalCode and houseNumber have to be specified as query parameters to perform a successful call to this endpoint. The city and street name returned by this endpoint are according to the nen standard <br/>

get/locationservices/address

Query parameters

postalCodestring required

A valid postal code

houseNumberinteger required

A valid house number (without addition)

Headers

Authorizationstring required
Example:Bearer <TOKEN>

A valid Bearer token for authorizing the request.

Acceptstring required
Example:application/json;version=2018-01-01

The accept header is used to influence what type of output is returned and in most cases the version of the output

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.