Skip to main content

Retrieves thing info

GET 

https://apis.<domain>/iot/things/:thingId

Authorization: http

name: bearerTokentype: httpscheme: bearerin: headerdescription: Authorization Header: `Authorization: Bearer <user_token>`

Retrieves thing info.

Authorization Action:

core:things:get

Request

Path Parameters

    thingId uuidrequired

    Unique thing identifier.

Responses

Data retrieved.

Schema
    id uuidrequired

    Unique thing identifier generated by the service.

    name string

    Free-form thing name.

    key uuidrequired

    Auto-generated access key.

    metadata object
    oneOf
    type string

    Possible values: [device]

    control_channel_id uuid
    event_channel_id uuid
curl -L -X GET 'https://apis.<domain>/iot/things/:thingId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://apis.<domain>
Auth
Parameters
— pathrequired