Skip to main content
GET
/
v2
/
timeseries
/
{user_id}
/
basal_body_temperature
/
grouped
curl --request GET \
     --url {{BASE_URL}}/v2/timeseries/{user_id}/basal_body_temperature/grouped?start_date={{START_DATE}}&end_date={{END_DATE}} \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>'
{
  "groups": {
    "oura": [
      {
        "data": [
          {
            "end": "2023-02-13T14:57:24+00:00",
            "start": "2023-02-13T14:30:52+00:00",
            "timestamp": "2023-02-13T14:30:52+00:00",
            "unit": "\u00b0C",
            "value": 36.7
          }
        ],
        "source": {
          "provider": "oura",
          "type": "ring"
        }
      }
    ]
  }
}

View Full Response Schema »

The Response section on the page still needs work. Click here to check out the complete schema.
curl --request GET \
     --url {{BASE_URL}}/v2/timeseries/{user_id}/basal_body_temperature/grouped?start_date={{START_DATE}}&end_date={{END_DATE}} \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: <API_KEY>'
{
  "groups": {
    "oura": [
      {
        "data": [
          {
            "end": "2023-02-13T14:57:24+00:00",
            "start": "2023-02-13T14:30:52+00:00",
            "timestamp": "2023-02-13T14:30:52+00:00",
            "unit": "\u00b0C",
            "value": 36.7
          }
        ],
        "source": {
          "provider": "oura",
          "type": "ring"
        }
      }
    ]
  }
}

Authorizations

x-vital-api-key
string
header
required

Path Parameters

user_id
string<uuid>
required

Query Parameters

cursor
string | null
deprecated
next_cursor
string | null
provider
string
default:""
start_date
string
required
end_date
string | null

Response

groups
object
required
next
string | null
deprecated
next_cursor
string | null