Skip to main content

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:

  1. Call /initiate to get request_id and challenge
  2. Call /verify with signed challenge and CSR to get the device NOC
  3. Device installs the NOC
  4. 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

Node successfully added to the group