curl --request GET \ --url {{BASE_URL}}/v2/timeseries/{user_id}/heartrate/grouped?start_date={{START_DATE}}&end_date={{END_DATE}} \ --header 'Accept: application/json' \ --header 'x-vital-api-key: <API_KEY>'
{ "groups": { "oura": [ { "data": [ { "timestamp": "2023-02-13T14:30:52+00:00", "unit": "bpm", "value": 70 } ], "source": { "provider": "oura", "type": "ring" } } ] } }
Show child attributes
Was this page helpful?