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>"
}Admin-only. Provisions a new Node for the caller’s company with read/write auth.
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>"
}Was this page helpful?