Skip to main content

Get Thing

GET 

https://app.infodeck.io/api/organizations/:organizationId/things/:thingName

Get thing

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    thingName stringrequired

    The name of IoT device

Responses

Schema
    data object[]required

    Data of the things.

  • Array [
  • thingArn stringrequired
    thingName stringrequired
    thingTypeName stringrequired
    attributes objectrequired
    shadows objectrequired
    version numberrequired
  • ]

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/things/:thingName' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!