Confirm node association (Matter groups only)
POST/v1/groups/:groupId/node-assoc-requests/:requestId/confirm
Confirms the node association after the device has successfully installed the NOC. This is the final step in the Matter device association flow.
Flow for Matter groups:
- Call /initiate to get request_id and challenge
- Call /verify with signed challenge and CSR to get the device NOC
- Device installs the NOC
- Call /confirm to finalize the association and add node to group
This endpoint is only used for Matter-capable groups. For non-Matter groups, the node is added to the group during the /verify step.
Request
Responses
- 200
- 400
- 401
- 500
Node successfully added to the group
Invalid request parameters
User ID mismatch
Internal server error