cURL
curl --request POST \ --url https://api.seminode.com/v1/nodes/{id}/permissions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "manage": true, "public_key": "<string>", "read": true, "write": true } '
{ "detail": "<string>" }
Adds the specified public key to the deployment’s permission list with read/write auth.
Format: "Bearer <access_token>"
Node ID
Public key and permission flags
permission created
Was this page helpful?