Billing: Subscriptions
Get subscription list
Retrieve a list of all subscriptions associated with your account.
Use this endpoint to monitor active services and billing status.
get/api/billing/v1/subscriptions
Response
Success response
Example response
[
{
"id": "Azz36nUfKX1S1MSF",
"name": "KVM 1",
"status": "active",
"billing_period": 1,
"billing_period_unit": "day",
"currency_code": "USD",
"total_price": 1799,
"renewal_price": 1799,
"is_auto_renewed": true,
"created_at": "2025-02-27T11:54:22Z",
"expires_at": "2025-03-27T11:54:22Z",
"next_billing_at": "2025-02-28T11:54:22Z"
}
]