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/

Practice Group

Operations

Admin

Operations

Upsert Admin In-Context Signature

Request

Insert or update a signature for Admin in context.

Bodyapplication/jsonrequired
signaturestringnon-emptyrequired
curl -i -X POST \
  https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/admin/signature \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -H 'x-practice-group-id: YOUR_API_KEY_HERE' \
  -d '{
    "signature": "string"
  }'

Responses

Ok

Response
No content

Upsert Admin In-Context Preferences

Request

Insert or update preferences for the given Admin.

Bodyapplication/jsonrequired
default_notification_channelstring or null
curl -i -X PATCH \
  https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/admin/preferences \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -H 'x-practice-group-id: YOUR_API_KEY_HERE' \
  -d '{
    "default_notification_channel": "string"
  }'

Responses

Ok

Response
No content

Booking

Operations

Utilities

Operations

Messages

Operations

Care Navigation

Operations

Form

Operations

Form Response

Operations

Invoicing

Operations

Patients

Operations

Prescription

Operations

Task

Operations

Webhooks

Operations

Prescriptions

Operations