Device Information

Fetches information about the current device connection. Can be used to verify authorization token and returns information useful to present useful information in your user interface.

Headers

x-client-versionstringOptionalDefaults to 0.0.0
Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Response

Example response
_typeenum
Allowed values:
asset_typeenum
Allowed values:
authorizationobject
channelslist of objects
creator_idstringformat: "uuid"
device_idstringformat: "uuid"
idstringformat: "uuid"
inserted_atstringformat: "date-time"
last_seen_atstringformat: "date-time"
namestring<=250 characters
projectobject
project_idstringformat: "uuid"
statusenum
Allowed values:
timezonestring
updated_atstringformat: "date-time">=1 character
deleted_atstring or nullformat: "date-time"

Errors