cURL
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.
Format: "Bearer <access_token>"
Node URL and optional metadata
Node Connection Name
Node URL 'wss://node.domain.com/node'
writebale = true for posting, writeable = false for querying
node connection created
Was this page helpful?