Create a node association request
POST/v1/groups/:groupId/node-assoc-requests
Initiates the process of associating a node with a user's group. Generates a request ID and challenge string that will be used in the verification step.
For Matter-capable groups, the challenge is 32 bytes (64 hex characters) which serves as the CSR nonce for device NOC generation.
For non-Matter groups, the challenge is a standard alphanumeric string.
Request
Responses
- 201
- 400
- 404
- 500
Association initiated successfully
Bad request
Group not found
Failed to store association data