---
title: "Get Refresh Subscriptions"
method: GET
path: "/v1/users/{userId}/subscriptions"
tags: ["Debt Profile"]
---

# Get Refresh Subscriptions

`GET /v1/users/{userId}/subscriptions`

Get a list of all subscriptions for a user. Optional query parameters allow filtering by status or subscription type.

## Path parameters

- `userId` string, required

## Query parameters

- `status` 'PENDING' | 'ACTIVE' | 'INACTIVE'

## Response `200`

List of subscriptions for the user

- ListSubscriptionResponse[]
  - `subscriptionId` string, uuid, required — Unique identifier for the subscription
  - `subscriptionType` 'DEBT_PROFILE.REFRESH', required — The type of subscription
  - `userId` string, uuid, required — User identifier
  - `status` 'PENDING' | 'ACTIVE' | 'INACTIVE', required — Subscription status
  - `configuration` DebtProfileRefreshSubscriptionConfiguration, required
    - `refreshFrequency` 'MONTHLY' | 'WEEKLY', required — Refresh frequency
    - `creditReport` CreditReportConfiguration
      - `type` '1_BUREAU.FULL', required — Credit report type
      - `sourceBureau` 'Equifax' | 'TransUnion' — Source credit bureau
    - `creditScore` CreditScoreConfiguration
      - `model` 'VANTAGE_SCORE_3_0', required — Credit score model
      - `sourceBureau` 'Equifax' | 'TransUnion' — Source credit bureau
  - `createdOn` number, required — Timestamp when the subscription was created
  - `updatedOn` number, required — Timestamp when the subscription was last updated

## Other responses

- `400` — Bad request response
- `401` — Unauthorized response
- `404` — Not found response
- `500` — Internal server error response

---

[API](https://skmtc.net/spinwheel/apis/discover.md) · [All operations](https://skmtc.net/spinwheel/apis/discover/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spinwheel/discover/versions/55b90a2e1dd4/schema)
