Retrieve a list of address suggestions based on the provided search term.
API Reference
/- Get Address by Autocomplete Suggestion
Get Address Autocomplete Suggestions
Get Address by Autocomple...
Hero Health Public API (1.0.0)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.herohealth.net/_mock/apis/public-api/openapi/
Staging
https://api.staging.htech.app/
Production
https://api.herohealth.net/
- Mock serverhttps://developer.herohealth.net/_mock/apis/public-api/openapi/v1/suggestions/address
- Staginghttps://api.staging.htech.app/v1/suggestions/address
- Productionhttps://api.herohealth.net/v1/suggestions/address
- curl
- NodeJS
- Ruby
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/suggestions/address?search=string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'Response
application/json
{ "data": [ { … } ], "count": 0 }
- Mock serverhttps://developer.herohealth.net/_mock/apis/public-api/openapi/v1/suggestions/address/{id}
- Staginghttps://api.staging.htech.app/v1/suggestions/address/{id}
- Productionhttps://api.herohealth.net/v1/suggestions/address/{id}
- curl
- NodeJS
- Ruby
curl -i -X GET \
'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/suggestions/address/{id}' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'Response
application/json
{ "line_1": "string", "line_2": "string", "line_3": "string", "county": "string", "town": "string", "postcode": "string", "country": "string" }