---
title: "Search Subscriptions"
method: GET
path: "/business/v2/subscriptions"
tags: ["Subscriptions"]
---

# Search Subscriptions

`GET /business/v2/subscriptions`

Endpoint to find `Subscriptions` using filtering parameters.

## Query parameters

- `text` string — A simple text to search in the Subscription data (name, description, assignee name).
- `assignees` string[] — The `Subscription` assignees.
- `statuses` SubscriptionStatus[] — The `Subscription` status.
- `p` integer — It indicates the specific page to display (the counter starts from zero).
- `s` integer — It indicates the number of items per page.
- `d` 'ASC' | 'DESC' — It indicates how the pages are ordered.
- `props` string[] — It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.

## Response `200`

The returned result is an array containing `Subscriptions`.

- Subscriptions
  - `total` integer — It represents the total number of available items in the list.
  - `pages` integer — It represents the total number of available pages.
  - `page_size` integer — It represents the number of items per page.
  - `current_page` integer — It indicates the current page (the counter starts from zero).
  - `results_size` integer — It indicates the size of the array results.
  - `results` Subscription[]
    - `id` string — The `Subscription` ID.
    - `name` string — The name of the `Subscription`.
    - `description` string — A custom description of the `Subscription`.
    - `platform` 'ADOBE' | 'AMAZON' | 'APPLE' | 'ATLASSIAN' | 'FACEBOOK' | 'FIGMA' | 'GITHUB' | 'GOOGLE' | 'HUBSPOT' | 'LINKEDIN' | 'MICROSOFT' | 'NOTION' | 'OTHER' | 'PINTEREST' | 'SALESFORCE' | 'TWITTER' | 'XERO' | 'ZOOM'
    - `assignees` string[] — List of `User` ID currently assigned to the `Subscription` and its `Card`.
    - `status` 'ACTIVE' | 'ASSIGNED' | 'CANCELLED'
    - `wallet_id` string — The ID of the `Wallet` the `Subscription` and its `Card` are linked to.
    - `payment_frequency` 'OTHER' | 'YEARLY' | 'WEEKLY' | 'QUARTERLY' | 'MONTHLY'
    - `last_spent` number — The amount of the last `Transaction` made with the `Card`.
    - `total_spent` number — The overall amount spent with the `Card`.
    - `card_id` string — The ID of the `Card` reserved for this `Subscription` (only available after the subscription is activated).
    - `last_spent_date` string — The date and time of the last `Transaction` made with the `Card`.
    - `creation_time` string — The date and time when the `Subscription` was last updated.
    - `last_update_time` string — The date and time when the `Subscription` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
