-
Notifications
You must be signed in to change notification settings - Fork 0
Forum
A forum is a Whop experience that hosts discussion threads — the container in which Forum Post entries live. The SDK supports listing, reading, and updating forums.
$client->forums // Matchable\Whop\Resource\ForumResource| HTTP | GET forums |
| Does | Lists forums. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET forums/{id} |
| Does | Retrieves a single forum by ID. |
| Parameters |
$id — the forum ID. |
| Returns | array |
| HTTP | PATCH forums/{id} |
| Does | Updates a forum's attributes. |
| Parameters |
$id — the forum ID; $data — fields to change. |
| Returns | array |
Note: this resource exposes no
createordeletemethod. To publish content into a forum, see Forum Post.
$forum = $client->forums->get('forum_...');
$client->forums->update('forum_...', [
'name' => 'Community Discussion',
]);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