Retrieve a Heidi token for the authenticated admin and practice group.
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/partners/heidi/token
- Staginghttps://api.staging.htech.app/v1/partners/heidi/token
- Productionhttps://api.herohealth.net/v1/partners/heidi/token
- curl
- NodeJS
- Ruby
curl -i -X GET \
https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/partners/heidi/token \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-practice-group-id: YOUR_API_KEY_HERE'Response
application/json
{ "token": "string", "expiration_time": "2019-08-24T14:15:22Z" }