---
title: "GET /api/v1.0/{appId}/subscriptions/{subscriptionId}"
method: GET
path: "/api/v1.0/{appId}/subscriptions/{subscriptionId}"
tags: ["Subscriptions"]
---

# GET /api/v1.0/{appId}/subscriptions/{subscriptionId}

`GET /api/v1.0/{appId}/subscriptions/{subscriptionId}`

## Path parameters

- `appId` string, required
- `subscriptionId` string, required

## Response `200`

OK

- RestApiResultSubscription — Rest api result
  - `Data` Subscription, required — Subscription
    - `Products` SubscriptionProduct[], required — Products
      - `ProductId` string, required — Product Identifier
      - `Name` string, required — Name
      - `Quantity` integer, required — Quantity
      - `PricePerUnit` number, double, nullable — Price Per Unit
      - `PriceTotal` number, double, nullable — Price Total
      - `PaymentFrequency` 'day' | 'week' | 'month' | 'year', required — Payment Frequency
      - `Stores` SubscriptionStore[] — Stores
        - `Id` integer, required — Store Id
        - `Name` string, required — Name
    - `NextInvoiceAmount` number, double, nullable — Next invoice amount
    - `NextInvoiceBillingDate` string, date-time, nullable — Next invoice billing date
    - `UpcomingInvoiceItems` InvoiceItem[] — Upcoming invoice items
      - `Description` string, required — Description
      - `Quantity` integer, required — Quantity
      - `UnitAmountExcludingTax` number, double, required — Unit Amount Excluding Tax
      - `Tax` number, double, required — Tax
      - `Amount` number, double, required — Amount
      - `Period` InvoicePeriod, required — Invoice Period
        - `Start` string, date-time — Start
        - `End` string, date-time — End
    - `UpcomingInvoiceDiscounts` InvoiceDiscount[] — Upcoming invoice discounts
      - `Name` string, required — Name
      - `Amount` number, double, required — Amount
    - `UpcomingInvoice` UpcomingInvoice — UpcomingInvoice.
      - `Amount` number, double — Amount
      - `NextBillingDate` string, date-time — Next billing date
      - `Subtotal` number, double, required — Subtotal
      - `TotalExcludingTax` number, double, nullable — Total excluding tax
      - `AmountDue` number, double, required — Amount due
      - `Tax` number, double, required — Tax
      - `Items` InvoiceItem[] — Items
        - `Description` string, required — Description
        - `Quantity` integer, required — Quantity
        - `UnitAmountExcludingTax` number, double, required — Unit Amount Excluding Tax
        - `Tax` number, double, required — Tax
        - `Amount` number, double, required — Amount
        - `Period` InvoicePeriod, required — Invoice Period
          - `Start` string, date-time — Start
          - `End` string, date-time — End
      - `Discounts` InvoiceDiscount[] — Discounts
        - `Name` string, required — Name
        - `Amount` number, double, required — Amount
    - `SubscriptionId` string, required — The subscription identifier
    - `Name` string, required — Name
    - `Status` 'Incomplete' | 'IncompleteExpired' | 'Trialing' | 'Active' | 'PastDue' | 'Canceled' | 'Unpaid', required — Status
    - `Currency` 'EUR' | 'USD' | 'GBP' | 'CAD' | 'AUD' | 'DJF' | 'ZAR' | 'ETB' | 'AED' | 'BHD' | 'DZD' | 'EGP' | 'IQD' | 'JOD' | 'KWD' | 'LBP' | 'LYD' | 'MAD' | 'OMR' | 'QAR' | 'SAR' | 'SYP' | 'TND' | 'YER' | 'CLP' | 'INR' | 'AZN' | 'RUB' | 'BYN' | 'BGN' | 'NGN' | 'BDT' | 'CNY' | 'BAM' | 'CZK' | 'DKK' | 'CHF' | 'MVR' | 'BTN' | 'XCD' | 'BZD' | 'HKD' | 'IDR' | 'JMD' | 'MYR' | 'NZD' | 'PHP' | 'SGD' | 'TTD' | 'XDR' | 'ARS' | 'BOB' | 'COP' | 'CRC' | 'CUP' | 'DOP' | 'GTQ' | 'HNL' | 'MXN' | 'NIO' | 'PAB' | 'PEN' | 'PYG' | 'UYU' | 'VEF' | 'IRR' | 'XOF' | 'CDF' | 'XAF' | 'HTG' | 'ILS' | 'HRK' | 'HUF' | 'AMD' | 'ISK' | 'JPY' | 'GEL' | 'KZT' | 'KHR' | 'KRW' | 'KGS' | 'LAK' | 'MKD' | 'MNT' | 'BND' | 'MMK' | 'NOK' | 'NPR' | 'PKR' | 'PLN' | 'AFN' | 'BRL' | 'MDL' | 'RON' | 'RWF' | 'SEK' | 'LKR' | 'SOS' | 'ALL' | 'RSD' | 'KES' | 'TJS' | 'THB' | 'ERN' | 'TMT' | 'BWP' | 'TRY' | 'UAH' | 'UZS' | 'VND' | 'MOP' | 'TWD' | 'BMD', required — Currency
    - `User` string, required — User
    - `DefaultPaymentDescription` string — Default payment description
    - `CancellationRequestDate` string, date-time, nullable — Cancellation Date
    - `CancellationDate` string, date-time, nullable — Cancel Date

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
