Get Withings OAuth URL
withings_get_auth_urlGenerate a Withings OAuth authorization URL to initiate user authentication. Use this when no local token exists to obtain access for reading body, sleep, activity, and heart data.
Instructions
Generate a Withings OAuth authorization URL. 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 read-only Withings 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 |