WHOOP · Example Payload

Whoop User Profile Example

Example WHOOP user basic profile response

FitnessWearablesHealthRecoverySleepWorkoutStrainHeart RatePerformance

Whoop User Profile 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 user basic profile response",
  "endpoint": "/v2/user/profile/basic",
  "method": "GET",
  "response": {
    "user_id": 10129,
    "email": "jsmith@whoop.com",
    "first_name": "John",
    "last_name": "Smith"
  }
}