-
Notifications
You must be signed in to change notification settings - Fork 0
AppBuild
An app build is a specific versioned build of a Whop App. Builds are created during development and can be promoted to make them the live version served to users.
$client->appBuilds // Matchable\Whop\Resource\AppBuildResource| HTTP | POST app-builds |
| Does | Creates a new app build. |
| Parameters |
$data — build attributes (e.g. app ID, version, artifacts). |
| Returns | array |
| HTTP | GET app-builds |
| Does | Lists app builds. |
| Parameters |
$query — optional filters / pagination. |
| Returns | array |
| HTTP | GET app-builds/{id} |
| Does | Retrieves a single app build by ID. |
| Parameters |
$id — the app build ID. |
| Returns | array |
| HTTP | POST app-builds/{id}/promote |
| Does | Promotes a build to be the live/active version of its app. |
| Parameters |
$id — the app build ID. |
| Returns | array |
$build = $client->appBuilds->create([
'app_id' => 'app_...',
'version' => '1.2.0',
]);
$client->appBuilds->promote($build['id']);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