---
title: "Get active subscription"
method: GET
path: "/metered/networks/{network}/active_subscription"
tags: ["Metered Proxies"]
---

# Get active subscription

`GET /metered/networks/{network}/active_subscription`

Returns the currently active subscription for the specified network, if any.

## Path parameters

- `network` 'residential' | 'mobile' | 'datacenter', required

## Response `200`

OK

- MeteredSubscription
  - `id` integer
  - `network` string
  - `bytes_remaining` integer
  - `bytes_total` integer
  - `expires_at` integer
  - `auto_renew` boolean
  - `max_users` integer — Maximum sub-users allowed on this subscription
  - `status` string

## Other responses

- `404` — No active subscription

---

[API](https://skmtc.dev/proxiware/apis/proxiware-api.md) · [All operations](https://skmtc.dev/proxiware/apis/proxiware-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proxiware/proxiware-api/revisions/4e98e5b8cc44/schema)
