---
title: "List user subscriptions"
method: GET
path: "/finance-management/v1/subscriptions"
tags: ["Finance Management.Subscriptions", "ENTERPRISE"]
---

# List user subscriptions

`GET /finance-management/v1/subscriptions`

Lists all subscriptions belonging to the user. Optionally it can be filtered for specific accounts.

## Query parameters

- `accountId` string[]
- `pageToken` string
- `pageSize` integer

## Response `200`

List of user subscriptions.

- Finance20ManagementList20Subscriptions — unresolved $ref

## Other responses

- `401` — If the user is not authorized.
- `403` — If the App is not authorized.

---

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