Version 2.6 introduces the webhooks you've all been waiting for!
Newly added webhook endpoints
It's now possible to create a webhook, subscribe to entities and receive an incoming webhook when an enterprise or establishment has changes.
For all implementation info, please view the [{{docUrl}}#webhooks](webhook section on the documentation page).
- /webhooks
- /webhook
- /webhook/{webhookId}
- /webhook/{webhookId}/trigger
- /webhook/{webhookId}/hmac-secret
- /webhook/{webhookId}/subscriptions
- /webhook/{webhookId}/events
Updates in availability
New registrations and changes will now be available within one working day for the Medium plan and up. For the Small plan changes are also available the next working day, new registrations are brought down from 20 to 10 working days.
Annual assembly not showing
There was a bug in the enterprise finance endpoint causing the annual assembly values not showing up most of the time (null values). This has been taken care of.
Added additional information to me-endpoint (Me)
We've added additional information about the current usage and current plan maximum usage to the endpoint. This information was already available in the response headers of every request made, and will also stay there.
Typo for denomination scheme in documentation (Denomination)
The Denomination scheme was mistakenly shown as Demonination in the example response. While this didn't reflect to the API, it has now been corrected in the documentation guides.
Fixed Juridical form abbreviation when empty (JuridicalForm)
The abbreviations where returning an empty string '', instead of null. This is now fixed.
Fixed foreign countries not showing correctly (Address)
For address results with foreign country codes, they wouldn't always show up correctly, returning null and also giving an incorrect country translations. This has been corrected.
Fixed filters for addresses endpoint
The filter.zipCodeExact and filter.streetNumberExact filters weren't correctly shown in the documentation.