Overview
The Upvio API is a REST API for managing patients, vitals scans, and health screening workflows. All requests use JSON and authenticate via Bearer token.
Base URL:
https://api.upvio.com/v1/businesses/{businessId}Replace {businessId} with your Business ID, found in the Vitals dashboard.
API KeysCreate keys and authenticate your requests.
Response FormatUnderstand the data, meta, and error wrappers.
PaginationPage through list results with limit and offset.
Error HandlingHTTP status codes and error response structure.
WebhooksComing soon — real-time event notifications.