---
title: "Get app pricing subscription lifecycle status"
method: GET
path: "/apps/{appUuid}/subscription-status"
---

# Get app pricing subscription lifecycle status

`GET /apps/{appUuid}/subscription-status`

Returns pricing plan lifecycle states for a developer-owned app (`pending_setup`, `active`, `withdrawn`).

## Path parameters

- `appUuid` string, uuid, required

## Headers

- `X-Fanvue-API-Version` string, required

## Response `200`

Pricing plan lifecycle summary for the app

- object
  - `appUuid` string, uuid, required
  - `appName` string, required
  - `availability` 'complete' | 'horizonUnavailable', required
  - `overallStatus` 'notConfigured' | 'pendingSetup' | 'active' | 'withdrawn' | 'mixed' | 'unavailable', required
  - `pricingPlans` object[], required
    - `uuid` string, uuid, required
    - `name` string, required
    - `billingType` 'free' | 'one_time' | 'recurring', required
    - `interval` 'monthly' | 'yearly', nullable, required
    - `price` number, required
    - `currencyCode` string, required
    - `status` 'pending_setup' | 'active' | 'withdrawn', required
    - `checkoutUrl` string, uri, nullable, required

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — App not found or not owned by the authenticated user
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded
- `502` — Failed to load subscription status from upstream
- `503` — Developer API upstream is not configured

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
