Dexcom · Example Payload

Dexcom Api Token Request Example

Continuous Glucose MonitoringDiabetesDigital HealthGlucoseHealthcareMedical DevicesWearables

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

Top-level fields

client_idclient_secretcoderefresh_tokengrant_typeredirect_uri

Example Payload

Raw ↑
{
  "client_id": "your-client-id",
  "client_secret": "your-client-secret",
  "code": "1adf9e8c3ffeacbeabecd4eb455ccbb8",
  "refresh_token": "5cf0326a3d7f7692e45abcdcc7adfbf0",
  "grant_type": "authorization_code",
  "redirect_uri": "https://api.dexcom.com/v3/users/self/egvs"
}