curl --request POST \
--url https://api.seminode.com/v1/connections/nodes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"writeable": true
}
'{
"detail": "<string>"
}Registers a new Node URL for the authenticated company’s network.
curl --request POST \
--url https://api.seminode.com/v1/connections/nodes \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>",
"writeable": true
}
'{
"detail": "<string>"
}Format: "Bearer <access_token>"
Node URL and optional metadata
node connection created
Was this page helpful?