cURL
curl --request POST \ --url https://api.fourthwall.com/open-api/v1.1/memberships/tags/posts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "postsIds": [ 123 ], "thumbnailResourceId": 123 } '
{ "id": 123 }
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_write
The access token received from the authorization server in the OAuth 2.0 flow.
30