Home
Vital
VitalProvider
VitalProvider
A wearable, device, or health-data provider supported by the Junction (Vital) platform. Returned by GET /v2/providers. 300+ providers are supported.
Health Data Wearables Lab Testing Digital Health Health Tech Healthcare HIPAA HealthKit Health Connect EHR EMR Biomarkers Diagnostics Continuous Glucose Monitoring Sleep Activity Heart Rate Webhook Phlebotomy Lab Orders
Properties
Name
Type
Description
slug
string
Stable identifier for the provider used in Link tokens and connection endpoints.
name
string
logo
string
auth_type
string
How end users connect this provider.
supported_resources
array
status
string
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vital-io/main/json-schema/vital-provider-schema.json",
"title": "VitalProvider",
"description": "A wearable, device, or health-data provider supported by the Junction (Vital) platform. Returned by GET /v2/providers. 300+ providers are supported.",
"type": "object",
"required": ["slug", "name", "logo", "auth_type"],
"properties": {
"slug": {
"type": "string",
"description": "Stable identifier for the provider used in Link tokens and connection endpoints.",
"examples": ["fitbit", "garmin", "oura", "whoop", "withings", "dexcom_v3", "freestyle_libre", "apple_health_kit", "android_health_connect"]
},
"name": {"type": "string"},
"logo": {"type": "string", "format": "uri"},
"auth_type": {
"type": "string",
"enum": ["oauth", "email", "password", "sdk", "demo"],
"description": "How end users connect this provider."
},
"supported_resources": {
"type": "array",
"items": {
"type": "string",
"examples": ["sleep", "activity", "body", "workouts", "heartrate", "hrv", "glucose"]
}
},
"status": {"type": "string", "enum": ["live", "beta", "deprecated"]}
}
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/vital-provider"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.