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 Keys Create keys and authenticate your requests.
Response Format Understand the data, meta, and error wrappers.
Pagination Page through list results with limit and offset.
Error Handling HTTP status codes and error response structure.
Webhooks Coming soon — real-time event notifications.