cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/memberships/members/{id} \ --header 'Authorization: Bearer <token>'
{ "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>" } } }
Gets a member by id
The access token received from the authorization server in the OAuth 2.0 flow.
OK
"[email protected]"
"2020-08-13T09:05:36.939Z"
Show child attributes