GET
/
nodes
List My Company Nodes
curl --request GET \
  --url https://api.seminode.com/v1/nodes \
  --header 'Authorization: <api-key>'
[
  {
    "nodeDeployment": {
      "company_id": "<string>",
      "contact": "<string>",
      "created_at": "<string>",
      "description": "<string>",
      "discoverable": true,
      "expires_at": "<string>",
      "id": "<string>",
      "is_active": true,
      "max_event_count": 123,
      "name": "<string>",
      "namespace": "<string>",
      "owner_public_key": "<string>",
      "read_auth": true,
      "updated_at": "<string>",
      "write_auth": true
    },
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Response

200
application/json

Nodes with URLs and metadata

The response is of type object[].