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 } ]
Returns public keys that have access to the given Node.
Documentation IndexFetch the complete documentation index at: https://docs.seminode.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.seminode.com/llms.txt
Use this file to discover all available pages before exploring further.
Format: "Bearer <access_token>"
Node ID
list of permissions
Was this page helpful?