Get WHOOP OAuth URL
whoop_get_auth_urlGenerate a WHOOP OAuth authorization URL to obtain user consent for accessing WHOOP data. Use this tool first when no local token exists to initiate authentication.
Instructions
Generate a WHOOP OAuth authorization URL. This does not read or modify WHOOP data. Use this first when no local token exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional OAuth state value generated by the caller. | |
| scopes | No | Optional scope override. Defaults to all read-only WHOOP scopes used by this server. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | Yes | ||
| auth_url | Yes | ||
| next_step | Yes | ||
| redirect_uri | Yes |