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

Booking

Operations

Get Link Status

Request

Get the status of a given link.

Query
urlstring

The URL of the link. Provide either 'url' or 'id'.

Example: url=https://bookings.herohealth.net/s/abc123
idstring

The ID of the short link. Provide either 'url' or 'id'.

Example: id=12345
curl -i -X GET \
  'https://developer.herohealth.net/_mock/apis/public-api/openapi/v1/links/status?id=12345&url=https%3A%2F%2Fbookings.herohealth.net%2Fs%2Fabc123' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -H 'x-practice-group-id: YOUR_API_KEY_HERE'

Responses

Ok

Bodyapplication/json
statusstringrequired
Enum"unused""used""partially_used""expired""disabled"
typestringrequired
Enum"booking""questionnaire""attachment""patient_reply""video"
referenceArray of objects
Response
application/json
{ "status": "unused", "type": "booking", "reference": [ {} ] }

Utilities

Operations

Messages

Operations

Booking - HCA

Operations

Care Navigation

Operations

Medical Record

Operations

Episode

Operations

Form

Operations

Form Response

Operations

Invoicing

Operations

Partners

Operations

Patients

Operations

Prescription

Operations

Subscriptions

Operations

Task

Operations

Webhooks

Operations

Prescriptions

Operations