Dexcom · OAuth Scopes

Dexcom OAuth Scopes

OAuth 2.0 derived

Dexcom publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Dexcom API on a user’s behalf.

Tokens are issued from https://api.dexcom.com/v2/oauth2/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.

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.dexcom.com/v2/oauth2/login
Token URL
https://api.dexcom.com/v2/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
offline_access Long-lived access to the user's CGM data via refresh tokens. authorizationCode

Source

OAuth Scopes

dexcom-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dexcom-dexcom-api.yml
schemes:
- name: OAuth2
  source: openapi/dexcom-dexcom-api.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.dexcom.com/v2/oauth2/login
    tokenUrl: https://api.dexcom.com/v2/oauth2/token
  description: Dexcom uses OAuth 2.0 authorization code flow. The only acceptable scope value
    is `offline_access`.
scopes:
- scope: offline_access
  description: Long-lived access to the user's CGM data via refresh tokens.
  flows:
  - authorizationCode
  sources:
  - openapi/dexcom-dexcom-api.yml