API Reference
Reference for our API
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 } ]
Format: "Bearer <access_token>"
Node ID
list of permissions
The response is of type object[].
object[]