Dexcom · Example Payload

Dexcom Api Token Response Example

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables

Dexcom Api Token Response Example is an example object payload from Dexcom, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokenexpires_intoken_typerefresh_token

Example Payload

Raw ↑
{
  "access_token": "c1fe72a4977978785f8fd8ee3e9e0144",
  "expires_in": 7200,
  "token_type": "Bearer",
  "refresh_token": "930a9a9c235d4c5ce6920e6d5ed56b47"
}