WHOOP · Authentication Profile

Whoop Authentication

Authentication

WHOOP secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

FitnessWearablesHealthRecoverySleepWorkoutStrainHeart RatePerformance
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth oauth2
· flows: authorizationCode
Trusted Partner oauth2
· flows: clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/whoop-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.prod.whoop.com/oauth/oauth2/auth
    tokenUrl: https://api.prod.whoop.com/oauth/oauth2/token
    scopes: 6
  sources:
  - openapi/whoop-openapi.yml
- name: Trusted Partner
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.prod.whoop.com/developer/v2/partner/token
    scopes: 1
  sources:
  - openapi/whoop-openapi.yml