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 Recovery API

The Recovery API from WHOOP — 2 operation(s) for recovery.

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

Tagged areas include Recovery. 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 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.1.

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

2 operations 2 paths 3 schemas 2 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 Recovery 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 2

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

Recovery 2
GET
/v2/recovery
Get all recoveries for a user, paginated. Results are sorted by start time of the related sleep in descending order.
getRecoveryCollection 4 params → 200400401429500
GET
/v2/cycle/{cycleId}/recovery
Get the recovery for a cycle
getRecoveryForCycle 1 param → 200400404401429500

Schemas 3

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

RecoveryCollection
object
Paginated collection of recovery activities with next token for pagination
2 properties
RecoveryScore
object
WHOOP's measurements and evaluation of the recovery. Only present if the Recovery State is SCORED
6 properties 4 required
Recovery
object
7 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whoop-recovery-api-openapi.yml Raw ↑

Other APIs WHOOP publishes across the network.

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