Vital · Example Payload

Vital Lab Result Example

Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab 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"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/vital-lab-result-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.