Device Info
Optional API token for authentication (if configured)
your_api_tokenapplication/jsonUTF-8Unique serial number of the sensor
282C024FFFB1Current firmware version
1546Unique identifier of the specific software build
a1b2c3d4Unique token used for cloud authentication
token123A list of numbers representing internal memory usage/allocation
[1024,2048]The timestamp of the last firmware or configuration update
1707830000Numeric code representing the status of the last update attempt
0Unauthorized.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Forbidden.
HTTP to CoAP mapping: HTTP 401 or 403 will be converted to CoAP 4.01 UNAUTHORIZED.
Success - Device information received successfully. Response body should be empty.
HTTP to CoAP mapping: Any 2xx HTTP status code (200, 201, 204, etc.) will be converted to CoAP 2.01 CREATED.
Note: This endpoint does NOT support returning configuration updates to the sensor. The sensor only sends device information and does not expect configuration in response.
Redirection.
HTTP to CoAP mapping: Any 3xx HTTP status code (301, 302, 304, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
Client Error.
HTTP to CoAP mapping: Any 4xx HTTP status code (except 401/403) will be converted to CoAP 4.00 BAD REQUEST.
Server Error.
HTTP to CoAP mapping: Any 5xx HTTP status code (500, 502, 503, etc.) will be converted to CoAP 5.00 INTERNAL SERVER ERROR.
No content
Last updated