Skip to main content
GET
/
open-api
/
v1.1
/
memberships
/
posts
/
{id}
Get Post
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.1/memberships/posts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "type": "Text",
  "title": "<string>",
  "liveAt": "2023-11-07T05:31:56Z",
  "path": "<string>",
  "access": {
    "type": "Plans",
    "tiers": [
      {
        "id": 123
      }
    ]
  },
  "notifications": {
    "type": "Enabled"
  },
  "tags": [
    {
      "id": 123
    }
  ],
  "statuses": {
    "resources": "None",
    "post": "Created",
    "schedule": "None"
  },
  "comments": {
    "count": 123
  },
  "likes": {
    "count": 123
  },
  "id": 123,
  "description": "<string>",
  "pinnedAt": "2023-11-07T05:31:56Z"
}
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

type
enum<string>
required
Available options:
Text
title
string
required
liveAt
string<date-time>
required
path
string
required
access
object
required
notifications
Enabled · object
required
tags
Id · object[]
required
statuses
Statuses · object
required
comments
Comments · object
required
likes
Likes · object
required
id
integer
description
string
pinnedAt
string<date-time>