Node
Get all nodes
GET
https://www.allnodes.com/api/v1/node
This endpoint allows to get list of all your hosted nodes.
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer TOKEN |
Get a node
GET
https://www.allnodes.com/api/v1/node/{id}
This endpoint allows to get info about specific node on your account.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | Node you want to get info about. ID can be extracted from the “Get all nodes” call |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer TOKEN |
Remove a node
DELETE
https://www.allnodes.com/api/v1/node/{id}
This endpoint allows you to remove node from hosting.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | Node you want to remove. ID can be extracted from the “Get all nodes” call |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer TOKEN |
Last updated