Vital · Example Payload

Vital Lab Result Example

Health DataWearablesLab TestingDigital HealthHealthtechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhooksPhlebotomyLab Orders

Vital Lab Result Example is an example object payload from Vital, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.us.junction.com/v3/order_transaction/0c1b2a3d-4e5f-6789-0abc-def012345678/result",
    "headers": {
      "X-Vital-API-Key": "sk_us_<your-sandbox-team-key>"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "order_id": "0c1b2a3d-4e5f-6789-0abc-def012345678",
      "user_id": "9d1e7f8a-44c1-4f9b-9a5d-1d2e3f4a5b6c",
      "lab_test_id": "5e7a8b9c-0d1e-2f3a-4b5c-6d7e8f9a0b1c",
      "lab": {"id": 14, "name": "Quest"},
      "collected_at": "2026-05-22T10:15:00Z",
      "reported_at": "2026-05-24T09:02:00Z",
      "markers": [
        {
          "id": 1042,
          "name": "Hemoglobin A1c",
          "value": 5.4,
          "unit": "%",
          "reference_range": {"min": 4.0, "max": 5.7, "text": "Non-diabetic"},
          "interpretation": "normal",
          "loinc_code": "4548-4",
          "type": "blood",
          "notes": null
        },
        {
          "id": 1101,
          "name": "HDL Cholesterol",
          "value": 62,
          "unit": "mg/dL",
          "reference_range": {"min": 40, "max": null, "text": ">= 40"},
          "interpretation": "normal",
          "loinc_code": "2085-9",
          "type": "blood",
          "notes": null
        }
      ],
      "pdf_url": "https://api.us.junction.com/v3/order_transaction/0c1b2a3d-4e5f-6789-0abc-def012345678/result/pdf"
    }
  }
}