MQTT Credentials
GET
/users/id/getMqttCredentials
Retrieves a users MQTT Credentials if set, for legacy use in connecting to MQTT.
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
user id
Typestring
Requiredformat
JSON
Responses
Request was successful
application/json
JSON
{
"clientId": "string",
"username": "string",
"password": "string"
}
GET
/users/id/getMqttCredentials