Skip to main content
GET
/
nodes
/
{id}
/
permissions
List Permissions for a Node
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
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

manage
boolean
public_key
string
read
boolean
write
boolean