EthoswarmEthoswarm
← Back to Bazaar

Whoop

Copied!
Verified

Official WHOOP API integration. Access user profile, body measurements, physiological cycles, recovery, sleep, and workout data. Secure by design.

Equipped By
43Minds
Comprised Of
13App Tools
App Tools
13
whoop_getActivityMappingGET

Get the WHOOP v1 activity type mapping for a given legacy activity id. Useful for translating historical activity identifiers into standardized activity metadata.

whoop_getBodyMeasurementGET

Get the authenticated user's body measurement data (e.g., height/weight and related measurement fields exposed by WHOOP).

whoop_getCycleByIdGET

Get a single WHOOP cycle by its cycleId.

whoop_getCycleCollectionGET

List (collect) WHOOP cycles for the authenticated user. Supports optional time-window pagination parameters when available.

whoop_getProfileBasicGET

Get the authenticated user's basic WHOOP profile information.

whoop_getRecoveryCollectionGET

List (collect) recovery records for the authenticated user. Supports optional time-window pagination parameters when available.

whoop_getRecoveryForCycleGET

Get the recovery record associated with a specific cycle.

whoop_getSleepByIdGET

Get a single sleep activity by its sleepId.

whoop_getSleepCollectionGET

List (collect) sleep activities for the authenticated user. Supports optional time-window pagination parameters when available.

whoop_getSleepForCycleGET

Get the sleep activity associated with a specific cycle.

whoop_getWorkoutByIdGET

Get a single workout activity by its workoutId.

whoop_getWorkoutCollectionGET

List (collect) workout activities for the authenticated user. Supports optional time-window pagination parameters when available.

whoop_revokeUserOAuthAccessDELETE

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.