DewaVPS

Get monthly summary

GET
/billing/summary

Retrieve the current month billing summary including balance, costs, and estimates.

Authorization

ApiKeyAuth
x-apikey<token>

In: header

Response Body

application/json

curl -X GET "https://api.dewavps.com/v1/billing/summary"
{
  "message": "This month summary",
  "data": {
    "current_balance": 0,
    "last_topup": [
      {
        "amount": 0,
        "date": "26/08/2024"
      }
    ],
    "current_cost": 0,
    "actual_balance": 0,
    "estimated_monthly_total": 0
  }
}