GET
/
nodes
/
connections
List Node Connections
curl --request GET \
  --url https://api.seminode.com/v1/nodes/connections \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "read": "<string>",
    "status": true,
    "url": "<string>",
    "write": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Query Parameters

writeable
boolean

true = only write-enabled relays, false = only read-enabled relays

Response

200
application/json

node URLs plus current connectivity/permission status

The response is of type object[].