Get Fitbit OAuth URL
fitbit_get_auth_urlGenerate a Fitbit OAuth authorization URL to obtain user consent when no existing token is available.
Instructions
Generate a Fitbit 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 Fitbit scopes used by this server. | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth_url | Yes | ||
| redirect_uri | Yes | ||
| scopes | Yes | ||
| next_step | Yes |