project Utilities / zepp_to_influxdb avatar

utilities/zepp_to_influxdb#3: Menstrual Cycle API



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Created: 03-Aug-23 14:50



Description

Not something that I personally need, but figured I'd log the information whilst I'm here.

Request

  • Domain: api-mifit-de2.zepp.com
  • Path: /v4/women
  • Headers: apptoken

Response body:

{
  "id": null,
  "userId": null,
  "firstTime": 0,
  "estimatedMenstrualDays": null,
  "menstrualCycle": null,
  "lastMenstrualTime": null,
  "intelligentPrediction": 0,
  "appPush": false,
  "appBeforeMenstruationPush": null,
  "appBeforeOvulationPush": null,
  "hardwarePush": false,
  "hardwareBeforeMenstruationPush": null,
  "hardwareBeforeOvulationPush": null
}

Request 2

  • Domain: api-mifit-de2.zepp.com
  • Path: /v4/women/menstruation/history/list

Response

{
  "items": []
}


Toggle State Changes

Activity


assigned to @btasker

Closing as I'm not going to implement this for personal use. Happy to revisit if anyone ever re-uses my code though

changed the description

changed the description