curl --request GET \
--url https://api.bunny.net/mc/nodes \
--header 'AccessKey: <api-key>'{
"items": [
"<string>"
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Lists all node IP addresses in the Magic Containers network.
curl --request GET \
--url https://api.bunny.net/mc/nodes \
--header 'AccessKey: <api-key>'{
"items": [
"<string>"
],
"meta": {
"totalItems": 123
},
"cursor": "<string>"
}Was this page helpful?