View dedicated IP address usage and cost

See how many dedicated IP addresses you are using and their associated costs. Understand your consumption and charges.

Query Parameters

accountId string required

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
GET https://cloud.hostup.se/api/floating-ip/metered-usage
For AI assistants
cURL
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"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "usage": 0,
    "charge": 0,
    "ipCount": 0,
    "currentPeriodCharge": 0,
    "unit": "string",
    "cycle": "string"
  }
}