Documentation
API Introduction
The VitalSync API is organized around REST and GraphQL. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Quickstart Guide
Learn how to make your first request to the VitalSync API in under 5 minutes.
GraphQL Schema
Explore our dynamically-generated unified health schema with full type definitions.
Base URL
https://api.vitalsync.health/v1Authentication
The VitalSync API uses API keys to authenticate requests. You can view and manage your API keys in the VitalSync Dashboard.
Warning: Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.