cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.1/memberships/posts \ --header 'Authorization: Bearer <token>'
{ "posts": [ { "type": "Text", "title": "<string>", "liveAt": "2023-11-07T05:31:56Z", "path": "<string>", "access": { "type": "Plans", "tiers": [ { "id": 123 } ] }, "notifications": { "type": "Enabled" }, "tags": [ { "id": 123 } ], "statuses": { "resources": "None", "post": "Created", "schedule": "None" }, "comments": { "count": 123 }, "likes": { "count": 123 }, "id": 123, "description": "<string>", "pinnedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "pages": 123, "limit": 123, "page": 123, "total": 123 } }
memberships_read
The access token received from the authorization server in the OAuth 2.0 flow.
Text
Poll
Image
Audio
Video
Published
Scheduled
All
Show child attributes