---
title: "Get Pro subscription status"
method: GET
path: "/open-api/v1.0/pro-subscription"
tags: ["Pro Subscription"]
---

# Get Pro subscription status

`GET /open-api/v1.0/pro-subscription`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Returns the current Fourthwall Pro platform subscription status, plan, and usage against plan limits

## Response `200`

OK

- ComFourthwallOpenapiModelSubscriptionProSubscriptionV1
  - `id` string
  - `status` string
  - `activeFrom` string
  - `activeTo` string
  - `plan` ComFourthwallOpenapiModelSubscriptionPlanSummaryV1
    - `id` string, required
    - `name` string, required
    - `pro` boolean, required
    - `custom` boolean, required
  - `usage` ComFourthwallOpenapiModelSubscriptionSubscriptionUsageV1
    - `offers` ComFourthwallOpenapiModelSubscriptionLimitWithUsageV1
      - `limit` integer, required
      - `usage` integer, required
    - `members` ComFourthwallOpenapiModelSubscriptionLimitWithUsageV1
      - `limit` integer, required
      - `usage` integer, required
    - `domains` ComFourthwallOpenapiModelSubscriptionLimitWithUsageV1
      - `limit` integer, required
      - `usage` integer, required
    - `digitalProductsStorageBytes` ComFourthwallOpenapiModelSubscriptionLimitWithUsageV1
      - `limit` integer, required
      - `usage` integer, required
  - `pendingSubscription` ComFourthwallOpenapiModelSubscriptionPendingSubscriptionV1
    - `subscriptionId` string, required
    - `planId` string, required
    - `planName` string, required

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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