-
Notifications
You must be signed in to change notification settings - Fork 0
ForumPost
A forum post is an entry published in a Whop forum experience — a thread or message that members can read and engage with. The SDK supports creating, listing, reading, and updating forum posts.
$client->forumPosts // Matchable\Whop\Resource\ForumPostResource| HTTP | POST forum-posts |
| Does | Creates a new forum post. |
| Parameters |
$data — post attributes (e.g. forum/experience ID, title, content). |
| Returns | array |
| HTTP | GET forum-posts |
| Does | Lists forum posts. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET forum-posts/{id} |
| Does | Retrieves a single forum post by ID. |
| Parameters |
$id — the forum post ID. |
| Returns | array |
| HTTP | PATCH forum-posts/{id} |
| Does | Updates a forum post. |
| Parameters |
$id — the forum post ID; $data — fields to change. |
| Returns | array |
Note: this resource exposes no
deletemethod — forum posts are created, listed, read, and updated only. For the forum container itself, see Forum.
$post = $client->forumPosts->create([
'experience_id' => 'exp_...',
'title' => 'Welcome to the forum',
'content' => 'Introduce yourself here!',
]);Official Whop documentation: https://docs.whop.com
Core Company · AccountLink · File · AccessToken · AuthorizedUser · User · Member · Webhook
Payments & Billing Payment · Checkout · Plan · Product · Membership · Refund · Invoice · PromoCode · PaymentMethod · SetupIntent
Platform & Finance Transfer · FeeMarkup · Topup · Withdrawal · LedgerAccount · PayoutAccount · PayoutMethod
Disputes Dispute · DisputeAlert · ResolutionCenter
Commerce Shipment · Lead · Entry · Review · Affiliate · Stats
Experiences & Courses Experience · Course · CourseChapter · CourseLesson · CourseLessonInteraction · CourseStudent
Communication ChatChannel · DmChannel · DmMember · Message · Reaction · Forum · ForumPost · SupportChannel · Notification
Advertising AdCampaign · AdGroup · Ad
Apps & AI App · AppBuild · AiChat · CompanyTokenTransaction
Verifications Verification