Skip to main content
GET
/
open-api
/
v1.1
/
memberships
/
tags
/
posts
/
{id}
Get Post Tag
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
  ]
}
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

Path Parameters

id
integer
required

Response

200 - application/json
id
integer
required
name
string
required
postsIds
integer[]
required