v71

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
summary

Get User Activity

Get activity summary for user_id

get/v2/summary/activity/{user_id}

Path parameters

user_idstring uuid required

Query parameters

providerstring

Provider oura/strava etc

Provider oura/strava etc

start_datestring required

Date 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

Date 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_datestring nullable

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

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

Successful Response

Example response

{
  "activity": [
    {
      "calendar_date": "2023-03-22",
      "calories_active": 2000,
      "calories_total": 100,
      "created_at": "2023-02-27T20:31:24+00:00",
      "daily_movement": 200,
      "date": "2023-03-22T00:00:00+00:00",
      "floors_climbed": 10,
      "heart_rate": {
        "avg_bpm": 80,
        "avg_walking_bpm": 70,
        "max_bpm": 100,
        "min_bpm": 60,
        "resting_bpm": 60
      },
      "high": 6000,
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "low": 6400,
      "medium": 6400,
      "source": {
        "device_id": "550e8400-e29b-41d4-a716-446655440000",
        "logo": "https://logo_url.com",
        "name": "Oura",
        "slug": "oura"
      },
      "steps": 10000,
      "time_zone": "Europe/London",
      "timezone_offset": 3600,
      "updated_at": "2023-02-28T01:22:38+00:00",
      "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"
    }
  ]
}