cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.1/memberships/tags/posts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "postsIds": [ 123 ], "thumbnail": { "url": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.fourthwall.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
Use this file to discover all available pages before exploring further.
memberships_read
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes