---
title: "List membership tiers"
method: GET
path: "/open-api/v1.0/memberships/tiers"
tags: ["BETA: Memberships"]
---

# List membership tiers

`GET /open-api/v1.0/memberships/tiers`

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

Lists all tiers for the current shop

## Response `200`

OK

- ComFourthwallOpenapiModelMembershipTierV1[]
  - `id` string, required
  - `name` string, required
  - `imageUrl` string
  - `variants` ComFourthwallOpenapiModelMembershipTierVariantV1[], required
    - `id` string, required
    - `tierId` string, required
    - `interval` 'ANNUAL' | 'MONTHLY', required
    - `amount` Money, required
      - `value` number, required
      - `currency` string, required
    - `offerId` string

## 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)
