Skip to main content
{
	"attachments": [
		{
			"content_type": "image/jpeg",
			"filename": "document.pdf",
			"id": "<string>",
			"url": "https://media.whop.com/abc123/optimized.jpg"
		}
	],
	"comment_count": 42,
	"content": "## My Strategy\n\nHere are the key steps...",
	"created_at": "2023-12-01T05:00:00.401Z",
	"id": "<string>",
	"is_edited": true,
	"is_pinned": true,
	"is_poster_admin": true,
	"like_count": 42,
	"parent_id": "<string>",
	"title": "Weekly Market Analysis - February 2025",
	"updated_at": "2023-12-01T05:00:00.401Z",
	"user": {
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	},
	"view_count": 42
}
attachments
array<object>
required
All file attachments on this post, such as images, documents, and videos.
comment_count
integer
required
The total number of direct comments on this post.Example: 42
content
string | null
required
The body of the forum post in Markdown format. Null if the post is paywalled and the current user does not have access.Example: ## My Strategy Here are the key steps...
created_at
string<date-time>
required
The time this post was created, as a Unix timestamp.Example: 2023-12-01T05:00:00.401Z
id
string
required
is_edited
boolean
required
Whether this post has been edited after its initial creation.
is_pinned
boolean
required
Whether this post is pinned to the top of the forum feed.
is_poster_admin
boolean
required
Whether the author of this post is an admin of the company that owns the forum.
like_count
integer | null
required
The total number of like reactions this post has received.Example: 42
parent_id
string | null
required
The unique identifier of the parent post. Null if this is a top-level post.
title
string | null
required
The headline of the forum post. Null if the post has no title.Example: Weekly Market Analysis - February 2025
updated_at
string<date-time>
required
The time this post was last updated, as a Unix timestamp.Example: 2023-12-01T05:00:00.401Z
user
object
required
The user who authored this forum post.
view_count
integer | null
required
The total number of times this post has been viewed by users.Example: 42