v8
OpenAPI 3.1.02026-08-033623795.0 MBForum posts
Retrieve forum post
Retrieves the details of an existing forum post.
Required permissions:
- forum:read
get/forum_posts/{id}
Path parameters
idstring required
The unique identifier of the forum post to retrieve.
Response
A successful response
Example response
{
"attachments": [
{
"content_type": "image/jpeg",
"filename": "document.pdf",
"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",
"like_count": 42,
"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
}