---
title: "Get All Subscriptions"
method: GET
path: "/partner/app/{appId}/subscription"
tags: ["default"]
---

# Get All Subscriptions

`GET /partner/app/{appId}/subscription`

## Path parameters

- `appId` string, required

## Headers

- `Authorization` string

## Response `200`

Successful response

- object
  - `status` string
  - `subscriptions` object[]
    - `active` boolean
    - `appId` string
    - `createdOn` integer
    - `id` string
    - `mode` integer
    - `modes` object[]
      - `0` string
      - `1` string
      - `2` string
      - `3` string
      - `4` string
      - `5` string
      - `6` string
      - `7` string
      - `8` string
      - `9` string
      - `10` string
      - `11` string
      - `12` string
    - `modifiedOn` integer
    - `showOnUI` boolean
    - `tag` string
    - `url` string
    - `version` integer

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.net/gupshup/apis/partner-portal-public-apis.md) · [All operations](https://skmtc.net/gupshup/apis/partner-portal-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupshup/partner-portal-public-apis/revisions/1846573c8f87/schema)
