API Reference
Reference for our API
Adds the specified public key to the deployment’s permission list with read/write auth.
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>" }
Format: "Bearer <access_token>"
Node ID
Public key and permission flags
The body is of type object.
object
permission created
The response is of type object.