Create, change or read information about a watttrix server
GET
/watttrix/server/{uuidString}
curl \
-X GET https://node-api.watttrix.net/watttrix/server/{uuidString} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"serial": "string",
"name_by_watttron": "string"
}
Response examples (200)
{
"id": "string",
"serial": "string",
"name_by_watttron": "string"
}