curl --location --request GET 'https://dash.ryzehosting.com/api/v2/webspace/status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "019b1ffc-696b-8fae-9834-bc39571c35d7"
}'{
"response": "Successfully fetched webspace status",
"state": "success",
"code": 200,
"data": {
"state": "active",
"status": "running",
"uptime": 0,
"usage": {
"disk": {
"percentage": 0,
"percentage_unit": "%",
"absolute": "0 GB / 50 GB",
"used_gb": 0,
"total_gb": 50,
"used_bytes": 155648,
"total_bytes": 53687091200
},
"traffic": {
"percentage": 0,
"percentage_unit": "%",
"absolute": "0 GB / 20480 GB",
"used_gb": 0,
"total_gb": 20480,
"used_bytes": 0,
"total_bytes": 21990232555520,
"period": {
"type": "current_month",
"month": "2025-12"
}
}
}
}
}