POST
/
nodes
/
connections
Create a relay connection
curl --request POST \
  --url https://api.seminode.com/v1/nodes/connections \
  --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

The body is of type object.

Response

201
application/json

node connection created

The response is of type object.