cURL
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>" } ]
Lists all tiers for the current shop
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes