Hey
I am transitioning my site from the older V2 of service search to the new Directory of Healthcare Services API V3.
The docs state the following:
Existing partners will be able to reuse their existing queries but will need to:
a) Update the query endpoint to the new version
b) Include their new API key
API partners can continue using the API to search for organisations by location in the query string. However, unlike V1 and V2 of the API, the equivalent query with V3 is a two-step query process.
Step 1 will be to use the Ordnance Survey Places API or other commercially available software to determine the latitude or longitude from a postcode.
Step 2 will be to use the search endpoint (version 3) with the GeoLocation in the âlatitudeâ and âlongitudeâ query string.
Can I clarify my understanding here:
- We can transition to V3, providing we update the
api-version,api-keyandendpoint. In this case our existing queries will still work. - But, in Feb 2026 existing queries will no longer work and we need to transition to the 2 step process as describe above?
thanks in advance