Skip to content

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
Required
formatJSON

Responses

Request was successful
application/json
JSON
{
"clientId": "string",
"username": "string",
"password": "string"
}

Samples