Google Fit REST · OAuth Scopes

Google Fit REST OAuth Scopes

OAuth 2.0 derived

Google Fit REST publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Google Fit REST API on a user’s behalf.

Tokens are issued from https://oauth2.googleapis.com/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Activity TrackingFitnessGoogleHealthSessionsWearablesWellness
Scopes: 6 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.google.com/o/oauth2/auth
Token URL
https://oauth2.googleapis.com/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
https://www.googleapis.com/auth/fitness.activity.read View your activity information in Google Fit authorizationCode
https://www.googleapis.com/auth/fitness.activity.write Add to your activity information in Google Fit authorizationCode
https://www.googleapis.com/auth/fitness.body.read View body sensor information in Google Fit authorizationCode
https://www.googleapis.com/auth/fitness.body.write Add body sensor information in Google Fit authorizationCode
https://www.googleapis.com/auth/fitness.location.read View your stored location data in Google Fit authorizationCode
https://www.googleapis.com/auth/fitness.location.write Add to your location data in Google Fit authorizationCode

Source

OAuth Scopes

google-fitness-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fitness.yml
schemes:
- name: oauth2
  source: openapi/fitness.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.google.com/o/oauth2/auth
    tokenUrl: https://oauth2.googleapis.com/token
scopes:
- scope: https://www.googleapis.com/auth/fitness.activity.read
  description: View your activity information in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml
- scope: https://www.googleapis.com/auth/fitness.activity.write
  description: Add to your activity information in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml
- scope: https://www.googleapis.com/auth/fitness.body.read
  description: View body sensor information in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml
- scope: https://www.googleapis.com/auth/fitness.body.write
  description: Add body sensor information in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml
- scope: https://www.googleapis.com/auth/fitness.location.read
  description: View your stored location data in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml
- scope: https://www.googleapis.com/auth/fitness.location.write
  description: Add to your location data in Google Fit
  flows:
  - authorizationCode
  sources:
  - openapi/fitness.yml