Whoop
Official WHOOP API integration. Access user profile, body measurements, physiological cycles, recovery, sleep, and workout data. Secure by design.
Get the WHOOP v1 activity type mapping for a given legacy activity id. Useful for translating historical activity identifiers into standardized activity metadata.
Get the authenticated user's body measurement data (e.g., height/weight and related measurement fields exposed by WHOOP).
Get a single WHOOP cycle by its cycleId.
List (collect) WHOOP cycles for the authenticated user. Supports optional time-window pagination parameters when available.
Get the authenticated user's basic WHOOP profile information.
List (collect) recovery records for the authenticated user. Supports optional time-window pagination parameters when available.
Get the recovery record associated with a specific cycle.
Get a single sleep activity by its sleepId.
List (collect) sleep activities for the authenticated user. Supports optional time-window pagination parameters when available.
Get the sleep activity associated with a specific cycle.
Get a single workout activity by its workoutId.
List (collect) workout activities for the authenticated user. Supports optional time-window pagination parameters when available.
Revoke the authenticated user's OAuth access for this integration. This is a destructive action: after revocation, API calls will fail until the user re-authorizes.