See how many dedicated IP addresses you are using and their associated costs. Understand your consumption and charges.
accountId string required Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/floating-ip/metered-usage curl -X GET "https://cloud.hostup.se/api/floating-ip/metered-usage?accountId=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"usage": 0,
"charge": 0,
"ipCount": 0,
"currentPeriodCharge": 0,
"unit": "string",
"cycle": "string"
}
}