Skip to main content

Retrieves channel info

GET 

https://apis.<domain>/iot/channels/:chanId

Authorization: http

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

Retrieves channel info.

Authorization Action:

core:channels:get

Request

Path Parameters

    chanId uuidrequired

    Unique channel identifier.

Responses

Data retrieved.

Schema
    id stringrequired

    Unique channel identifier generated by the service.

    name string

    Free-form channel name.

    metadata object

    Arbitrary, object-encoded channel's data.

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