Solarflux

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

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

get

/solarnetwork/credentials/solarflux

Authorizations
Responses
curl -L \
  --url 'https://api.ecosuite.io//solarnetwork/credentials/solarflux' \
  --header 'Authorization: YOUR_API_KEY'
{
  "credentials": {
    "userName": "text",
    "password": "text",
    "mqttVersion": 1
  },
  "environment": {
    "protocol": "text",
    "host": "text",
    "mqttVersion": 1
  }
}