Retrieve a list of all available storage volumes. This endpoint returns a unique ID (requestId) usable in subsequent calls to track operations related to these volumes, such as billing or administrative tasks.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/volumes curl -X GET "https://cloud.hostup.se/api/volumes" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"volumes": [
"string"
],
"count": 0
}
}