Sense · Example Payload

Sense Authenticate Response

EnergyHome Energy MonitoringIoTSmart HomeElectricitySolarDevice DetectionReal-Time DataClimateTech

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

Top-level fields

access_tokenuser_idrefresh_tokenmonitors

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiNjU0MzIxIn0.example",
  "user_id": "654321",
  "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZWZyZXNoIjoidHJ1ZSJ9.example",
  "monitors": [
    {
      "id": "12345",
      "serial_number": "SN1234567890",
      "time_zone": "America/New_York",
      "solar_configured": false
    }
  ]
}