Solarflux

Gets temporary credentials that can be used to connect to Solar Flux

get

Gets temporary credentials that can be used to connect to Solar Flux

Authorizations
Responses
200

successful operation

application/json
get
GET //solarnetwork/credentials/solarflux HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "credentials": {
    "userName": "text",
    "password": "text",
    "mqttVersion": 1
  },
  "environment": {
    "protocol": "text",
    "host": "text",
    "mqttVersion": 1
  }
}