Heidi Health · Example Payload

Heidi Health Get Jwt Example

HealthcareHealth TechAI Medical ScribeAmbient AIClinical DocumentationClinical Decision SupportArtificial IntelligenceSpeech To TextTranscriptionEHR IntegrationElectronic Health RecordsTelehealthClinical CodingICD-10SNOMEDHIPAAGDPRSOC 2ISO 27001ISO 42001WearablesVoiceAudioAustraliaMelbourne

Heidi Health Get Jwt Example is an example object payload from Heidi Health, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "getJwt",
  "method": "GET",
  "path": "/jwt",
  "request": {
    "headers": {
      "Heidi-Api-Key": "hk_live_REDACTED"
    },
    "query": {
      "email": "drsmith@example-clinic.org",
      "third_party_internal_id": "ehr-user-7741"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c3JfYWJjMTIzIiwiZWhyX3VpZCI6ImVoci11c2VyLTc3NDEifQ.signature",
      "expiration_time": "2026-05-25T00:00:00.000Z"
    }
  }
}