WHOOP · Example Payload

Whoop Cycle Example

Example WHOOP physiological cycle response

FitnessWearablesHealthRecoverySleepWorkoutStrainHeart RatePerformance

Whoop Cycle Example is an example object payload from WHOOP, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionendpointmethodresponse

Example Payload

Raw ↑
{
  "description": "Example WHOOP physiological cycle response",
  "endpoint": "/v2/cycle",
  "method": "GET",
  "response": {
    "records": [
      {
        "id": 93845,
        "user_id": 10129,
        "created_at": "2022-04-24T11:25:44.774Z",
        "updated_at": "2022-04-24T14:25:44.774Z",
        "start": "2022-04-24T02:25:44.774Z",
        "end": "2022-04-24T10:25:44.774Z",
        "timezone_offset": "-05:00",
        "score_state": "SCORED",
        "score": {
          "strain": 5.2,
          "kilojoule": 8288.297,
          "average_heart_rate": 68,
          "max_heart_rate": 141
        }
      }
    ],
    "next_token": null
  }
}