---
title: "GET /v2/subscriptions/{network}/locks/{lockAddress}/keys/{keyId}"
method: GET
path: "/v2/subscriptions/{network}/locks/{lockAddress}/keys/{keyId}"
---

# GET /v2/subscriptions/{network}/locks/{lockAddress}/keys/{keyId}

`GET /v2/subscriptions/{network}/locks/{lockAddress}/keys/{keyId}`

Get an active subscription associated with the key. It can be fiat or crypto.

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `keyId` string, required

## Response `200`

Any active subscription.

- object
  - `subscriptions` object[]
    - `next` number, nullable
    - `balance` object
      - `symbol` string
      - `amount` string
      - `decimals` number
    - `price` object
      - `symbol` string
      - `amount` string
      - `decimals` number
    - `approvedRenewals` string — Approved number of renewals by user.
    - `possibleRenewals` string — Possible number of renewals based on the user account balance.
    - `type` 'crypto' | 'fiat' — The type of payment method used for the subscription.

## Other responses

- `401` — User is not authenticated.

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
