curl -X GET "https://panel.example.com/api/admin/nodes" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": [
{
"id": "node-uuid-1",
"name": "US-East-1"
},
{
"id": "node-uuid-2",
"name": "EU-West-1"
},
{
"id": "node-uuid-3",
"name": "AP-Southeast-1"
}
]
}
Retrieve a list of all Wings nodes
curl -X GET "https://panel.example.com/api/admin/nodes" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": [
{
"id": "node-uuid-1",
"name": "US-East-1"
},
{
"id": "node-uuid-2",
"name": "EU-West-1"
},
{
"id": "node-uuid-3",
"name": "AP-Southeast-1"
}
]
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xyrapanel/panel/llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://panel.example.com/api/admin/nodes" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": [
{
"id": "node-uuid-1",
"name": "US-East-1"
},
{
"id": "node-uuid-2",
"name": "EU-West-1"
},
{
"id": "node-uuid-3",
"name": "AP-Southeast-1"
}
]
}