cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/memberships/members \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "email": "[email protected]", "nickname": "<string>", "createdAt": "2020-08-13T09:05:36.939Z", "subscription": { "type": "<string>", "variant": { "id": "<string>", "tierId": "<string>", "interval": "ANNUAL", "amount": { "value": 10, "currency": "USD" }, "offerId": "<string>" } } } ], "total": 123, "page": 123, "size": 123, "totalPages": 123 }
Lists all members for the current shop
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes