POST
/
connections
/
nodes
Create a Node Connection
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>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Body

application/json

Node URL and optional metadata

name
string

Node Connection Name

url
string

Node URL 'wss://node.domain.com/node'

writeable
boolean

writebale = true for posting, writeable = false for querying

Response

node connection created

detail
string