API Reference
Reference for our API
Returns all node connections for the caller’s company.
cURL
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>" } ]
Format: "Bearer <access_token>"
true = only write-enabled relays, false = only read-enabled relays
node URLs plus current connectivity/permission status
The response is of type object[].
object[]