Vital · JSON Structure

Vital User Structure

Operational structure of a Junction (Vital) user resource. Describes the lifecycle and required relationships rather than just the data shape.

Type: Properties: 0
Health DataWearablesLab TestingDigital HealthHealth TechHealthcareHIPAAHealthKitHealth ConnectEHREMRBiomarkersDiagnosticsContinuous Glucose MonitoringSleepActivityHeart RateWebhookPhlebotomyLab Orders

Vital User Structure is a JSON Structure definition published by Vital. It conforms to the https://json-structure.org/schema meta-schema.

Meta-schema: https://json-structure.org/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema",
  "title": "VitalUserStructure",
  "description": "Operational structure of a Junction (Vital) user resource. Describes the lifecycle and required relationships rather than just the data shape.",
  "entity": "User",
  "identity": {
    "primary": "user_id",
    "alternate": ["client_user_id"],
    "scope": "team"
  },
  "lifecycle": {
    "states": ["created", "active", "soft_deleted"],
    "transitions": [
      {"from": "-", "to": "created", "trigger": "POST /v2/user"},
      {"from": "created", "to": "active", "trigger": "first connection / data ingest"},
      {"from": "*", "to": "soft_deleted", "trigger": "DELETE /v2/user/{user_id}"},
      {"from": "soft_deleted", "to": "created", "trigger": "POST /v2/user/{user_id}/undo_delete"}
    ]
  },
  "relationships": [
    {"name": "team", "cardinality": "many-to-one", "target": "Team", "via": "team_id"},
    {"name": "connections", "cardinality": "one-to-many", "target": "Connection", "via": "user_id"},
    {"name": "orders", "cardinality": "one-to-many", "target": "LabOrder", "via": "user_id"},
    {"name": "summaries", "cardinality": "one-to-many", "target": "Summary", "via": "user_id"},
    {"name": "timeseries", "cardinality": "one-to-many", "target": "TimeseriesSample", "via": "user_id"}
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/vital-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.