Skip to main content
GET
/
open-api
/
v1.0
/
memberships
/
tiers
List membership tiers
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/memberships/tiers \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "variants": [
      {
        "id": "<string>",
        "tierId": "<string>",
        "interval": "ANNUAL",
        "amount": {
          "value": 10,
          "currency": "USD"
        },
        "offerId": "<string>"
      }
    ],
    "imageUrl": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

OK

id
string
required
name
string
required
variants
Membership Tier Variant · object[]
required
imageUrl
string