Skip to main content
GET
/
open-api
/
v1.1
/
memberships
/
tags
/
posts
List Post Tags
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
  }
}
OAuth scope: memberships_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-ShopId
string

Query Parameters

page
integer
limit
integer
query[field]
string

'Name' or 'Ids'

query[name]
string
query[ids][]
integer[]

Response

tags
Post With Posts · object[]
required
pagination
Pagination · object
required