Vitals Timeseries
Blood Oxygen
GET
/
v2
/
timeseries
/
{user_id}
/
blood_oxygen
/
grouped
View Full Response Schema »
The Response section on the page still needs work. Click here to check out the complete schema.
Authorizations
x-vital-api-key
string
headerrequiredVital Team API Key
Path Parameters
user_id
string
requiredQuery Parameters
cursor
string | null
deprecatedThe cursor for fetching the next page, or null
to fetch the first page.
next_cursor
string | null
The cursor for fetching the next page, or null
to fetch the first page.
provider
string
default: Provider oura/strava etc
start_date
string
requiredDate from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
end_date
string | null
Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59
Response
200 - application/json
groups
object
requiredFor each matching provider or lab, a list of grouped timeseries values.
next
string | null
deprecatedThe cursor for fetching the next page, or null
if there is no more data.
next_cursor
string | null
The cursor for fetching the next page, or null
if there is no more data.