{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"data": {
"message": "Due to payload size limits, to access the workout stream, please use the /v2/timeseries/workouts/{workout_id}/stream endpoint.",
"provider_id": "123dashd9",
"source": {
"logo": "https://logo_url.com",
"name": "Oura",
"slug": "oura"
},
"sport": {
"id": 1,
"name": "Running",
"slug": "running"
},
"workout_id": "185d0f34-dfc0-429f-84f9-b24030914bdd"
}
}Workout Stream
daily.data.workout_stream.created
Webhook event fired when new daily high-resolution streamed samples recorded during a workout are ingested for a user.
Available options:
daily.data.workout_stream.created, daily.data.workout_stream.updated Show child attributes
Show child attributes
Example:
{ "message": "Due to payload size limits, to access the workout stream, please use the /v2/timeseries/workouts/{workout_id}/stream endpoint.", "provider_id": "123dashd9", "source": { "logo": "https://logo_url.com", "name": "Oura", "slug": "oura" }, "sport": { "id": 1, "name": "Running", "slug": "running" }, "workout_id": "185d0f34-dfc0-429f-84f9-b24030914bdd" }
Was this page helpful?