Authorizations
Format: "Bearer <access_token>"
Returns every Node deployed by the authenticated caller’s company.
curl --request GET \
--url https://api.seminode.com/v1/nodes \
--header 'Authorization: <api-key>'[
{
"deployment": {
"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>"
Was this page helpful?
curl --request GET \
--url https://api.seminode.com/v1/nodes \
--header 'Authorization: <api-key>'[
{
"deployment": {
"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>"
}
]