cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.1/memberships/series/posts \ --header 'Authorization: Bearer <token>'
{ "series": [ { "id": 123, "title": "<string>", "episodesCount": 123, "postsIds": [ 123 ], "description": "<string>", "coverImage": { "url": "<string>" }, "thumbnail": { "url": "<string>" } } ], "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.
video
Show child attributes