Get node configuration
GET/v1/groups/:groupId/nodes/:nodeId/config
Retrieves the complete configuration data for a node. This endpoint returns the entire config object stored in the node_config table. For RainMaker devices, config is written only by the device firmware. PUT is allowed only for pure Matter nodes (see below); DELETE is not supported.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful response
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Returned when the node has no config stored, or for PUT/DELETE (see below).