Check whether the organization has at least one MQTT-based device.
Organization MQTT device presence result
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/organizations/:orgId/has-mqtt-device \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "hasMqttDevice": true
}, - "requestId": "string"
}