Generate Matter NOC for user
POST/v1/groups/:groupId/matter-nocs
Generates a Node Operational Certificate (NOC) for the current user in a Matter-enabled group. Each phone app installation must retain its own ECDSA P-256 operational key and provide a Certificate Signing Request (CSR) for that key. The NOC is signed by the group's Root CA and uses a user Matter Node ID derived from the authenticated user, fabric, and key.
Request
Responses
- 200
- 400
- 404
- 500
NOC generated successfully
Invalid request (missing CSR or group doesn't have Matter capability)
Group not found or not accessible
Internal server error