---
title: "Get subscription status for the user"
method: GET
path: "/v2/apps/{uuid}/subscription"
tags: ["appManagementV2"]
---

# Get subscription status for the user

`GET /v2/apps/{uuid}/subscription`

Get Subscription status for the user for a specific app.  This will indicate whether the user has subscribed to the app or not.

## Path parameters

- `uuid` string, required

## Response `200`

Information about user's subscription status for the app.

- SubscriptionStatusResponse — Subscription Status
  - `status` boolean, required — Show if the user has subscribed to the app or not. value is true, if the user has subscribed to the app

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
