cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.1/memberships/tags/posts \ --header 'Authorization: Bearer <token>'
{ "tags": [ { "id": 123, "name": "<string>", "postsCount": 123 } ], "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.
'Name' or 'Ids'
Show child attributes