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

Authorizations

Authorization
string
header
required

Query Parameters

writeable
boolean

Response

id
string
message
string
name
string
read
string
status
boolean
url
string
write
string