v71

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

Get User Body Raw

Get raw Body summary for user_id

get/v2/summary/body/{user_id}/raw

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

{
  "body": [
    {
      "data": {
        "data": "...provider_specific_data"
      },
      "priority_id": 1,
      "provider_id": "5e8271a3-e71b-4882-a94a-7e364694cd16",
      "source_device_id": "550e8400-e29b-41d4-a716-446655440000",
      "source_id": 1,
      "timestamp": "2023-02-27T12:31:24+00:00",
      "user_id": "1449752e-0d8a-40e0-9206-91ab099b2537"
    }
  ]
}