Returns public keys that have access to the given Node.
cURL
curl --request GET \ --url https://api.seminode.com/v1/nodes/{id}/permissions \ --header 'Authorization: <api-key>'
[ { "manage": true, "public_key": "<string>", "read": true, "write": true } ]
Was this page helpful?