---
title: "Get subscription list"
method: GET
path: "/api/billing/v1/subscriptions"
tags: ["Billing: Subscriptions"]
---

# Get subscription list

`GET /api/billing/v1/subscriptions`

Retrieve a list of all subscriptions associated with your account.

Use this endpoint to monitor active services and billing status.

## Response `200`

Success response

- BillingV1SubscriptionSubscriptionResource[] — Array of [`Billing.V1.Subscription.SubscriptionResource`](#model/billingv1subscriptionsubscriptionresource)
  - `id` string — Subscription ID
  - `name` string
  - `status` 'active' | 'paused' | 'cancelled' | 'not_renewing' | 'transferred' | 'in_trial' | 'future'
  - `billing_period` integer
  - `billing_period_unit` string
  - `currency_code` string
  - `total_price` integer — Total price in cents
  - `renewal_price` integer — Renewal price in cents
  - `is_auto_renewed` boolean
  - `created_at` string, date-time
  - `expires_at` string, date-time, nullable
  - `next_billing_at` string, date-time, nullable

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
