API Reference
Reference for our API
Returns every Node owned by the authenticated caller’s company.
cURL
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>" } ]
Format: "Bearer <access_token>"
Nodes with URLs and metadata
The response is of type object[].
object[]