event_type
enum<string>
required
Available options:
daily.data.workout_stream.created,
daily.data.workout_stream.updated
user_id
string
required
client_user_id
string
required
team_id
string
required
data
object
required
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"
}