---
title: "GET /Subscriptions"
method: GET
path: "/Subscriptions"
tags: ["Subscriptions"]
---

# GET /Subscriptions

`GET /Subscriptions`

## Query parameters

- `api-version` string
- `$select` string
- `$expand` string
- `$filter` string
- `$orderby` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Response `200`

Success

- SubscriptionIEnumerableODataValue
  - `value` Subscription[], nullable
    - `id` string, nullable
    - `organizationId` string, nullable — Your customer id.
    - `status` string, nullable — Status of your current subscription. Example: "active", "paused", "cancelled"
    - `trialEndOn` integer, nullable — Timestamp of when the subscription trial ends if applicable.
    - `trialStartOn` integer, nullable — Timestamp of when the subscription trial has started if applicable.
    - `activatedOn` integer, nullable — Timestamp of when the subscription was activated.
    - `nextBillingOn` integer, nullable — Timestamp of when the next billing happens.
    - `cancelledOn` integer, nullable — Timestamp of when the subscription was cancelled if applicable.
    - `billingUnit` string, nullable — The unit of billing. Example: "month"
    - `cancelledReason` string, nullable
    - `platformPlan` PlatformPlan
      - `name` string, nullable
      - `description` string, nullable
      - `status` string, nullable
      - `archivedOn` integer, nullable
      - `externalId` string, nullable
      - `price` integer
      - `planType` string, nullable
    - `supportPlan` SupportPlan
      - `name` string, nullable
      - `description` string, nullable
      - `status` string, nullable
      - `archivedOn` integer, nullable
      - `externalId` string, nullable
      - `price` integer
      - `planType` string, nullable
    - `createdOn` integer, nullable
    - `modifiedOn` integer, nullable
    - `currentTermEnd` integer, nullable
    - `EnabledFeatures` string[], nullable

---

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