Check organization MQTT device presence

Check whether the organization has at least one MQTT-based device.

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Responses
200

Organization MQTT device presence result

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

get/organizations/{orgId}/has-mqtt-device
Request samples
curl -i -X GET \
  https://api-prod.surfsight.net/v2/organizations/:orgId/has-mqtt-device \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "data": {
    },
  • "requestId": "string"
}