info.version in the OpenAPI spec — see Versioning.
Entries start at release 1.0.0, the first numbered release. Changes made during the earlier beta were not tracked.
Conventions
Entries are tagged so you can scan for the kind of change that affects you:- Breaking — you must change your integration. Always listed first.
- Added — new endpoint, field, or capability. Safe to ignore if you don’t use it.
- Changed — non-breaking change to existing behaviour.
- Deprecated — still works but scheduled for removal. Start migrating.
- Removed — no longer available.
- Fixed — bug fix bringing actual behaviour in line with documented behaviour.
History
2026-09-04 — release 1.0.1
- Fixed — deployment fix only. No change to the API contract.
2026-09-04 — release 1.0.0
First numbered release. The URL prefix stays/api/v1.
- Breaking — request field
postcoderenamed toinput_postcode. - Breaking — response field
matched_postcoderenamed tomatched_registered_postcode. It holds the registered office postcode of the matched company.