Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WHOOP User API

Endpoints for retrieving user profile and measurement data.

WHOOP User API is one of 7 APIs that WHOOP publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, and a getting-started guide.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1.

Requests are made against a single base URL, https://api.prod.whoop.com/developer.

3 operations 3 paths 2 schemas 1 DELETE2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
Base URL
https://api.prod.whoop.com
Authentication
OAuth 2.0, OAuth 2.0
Resource Areas
1

Authentication & Security 2

WHOOP User API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth) using the authorizationCode flow, exposing 6 scopes. It supports OAuth 2.0 (Trusted Partner) using the clientCredentials flow, exposing 1 scope.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 DELETE, 2 GET. Each is listed below with its method, path, parameters, and response codes.

User 3

Endpoints for retrieving user profile and measurement data.

GET
/v2/user/measurement/body
Get User Body Measurements
getBodyMeasurement → 200401404429500
GET
/v2/user/profile/basic
Get Basic User Profile
getProfileBasic → 200401404429500
DELETE
/v2/user/access
Revoke the access token granted by the user. If the associated OAuth client is configured to receive webhooks, it will no longer receive them for this user.
revokeUserOAuthAccess → 204400401429500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are UserBasicProfile (4 properties), UserBodyMeasurement (3 properties). Each schema is shown below with its type and property counts.

UserBasicProfile
object
4 properties 4 required
UserBodyMeasurement
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whoop-user-api-openapi.yml Raw ↑

Other APIs WHOOP publishes across the network.

WHOOP Activity ID Mapping API
WHOOP Cycle API
WHOOP Partner API
WHOOP Recovery API
WHOOP Sleep API
WHOOP Workout API