Returns all node connections for the caller’s company.
cURL
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>" } ]
Was this page helpful?