event_type
enum<string>
required
Available options:
daily.data.menstrual_cycle.created,
daily.data.menstrual_cycle.updated
user_id
string
required
client_user_id
string
required
team_id
string
required
data
object
required
Example:
{
  "basal_body_temperature": [],
  "cervical_mucus": [],
  "contraceptive": [],
  "cycle_end": "2024-05-01",
  "detected_deviations": [],
  "home_pregnancy_test": [],
  "home_progesterone_test": [],
  "id": "e1274c3e-c035-4bd7-86aa-2eb15d6d0137",
  "intermenstrual_bleeding": [{ "date": "2024-04-17" }],
  "is_predicted": false,
  "menstrual_flow": [
    { "date": "2024-04-07", "flow": "light" },
    { "date": "2024-04-10", "flow": "medium" },
    { "date": "2024-04-11", "flow": "heavy" }
  ],
  "ovulation_test": [],
  "period_end": "2024-04-11",
  "period_start": "2024-04-07",
  "sexual_activity": [
    {
      "date": "2024-04-13",
      "protection_used": true
    }
  ],
  "source": {
    "app_id": "com.apple.Health",
    "provider": "apple_health_kit",
    "type": "app"
  },
  "source_app_id": "com.apple.Health",
  "source_provider": "apple_health_kit",
  "source_type": "app",
  "user_id": "cbd8b986-4225-4d36-8e2c-046ff2702769"
}