API Reference
Reference for our API
Admin-only. Provisions a new Node for the caller’s company with read/write auth.
cURL
curl --request POST \ --url https://api.seminode.com/v1/nodes \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "contact": "<string>", "description": "<string>", "discoverable": true, "name": "<string>", "read_auth": true, "write_auth": true }'
{ "detail": "<string>" }
Format: "Bearer <access_token>"
Node deployment definition
The body is of type object.
object
deployment created
The response is of type object.