Retrieve App Build
Retrieves the details of an existing app build.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-21"
Path Parameters
App build ID, prefixed abld_.
Response
app build retrieved
Client-generated checksum of the build file, used to verify file integrity.
"xxxxxxxxxxxxxxx"
When the build was uploaded, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
URL to download the uploaded build artifact.
"https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
App build ID, prefixed abld_.
"apbu_xxxxxxxxxxxxxx"
Whether this build is the currently active production build for its platform.
false
The target platform for this build.
ios, android, web "ios"
Feedback from the reviewer explaining a rejection, or null if the build has not been reviewed or was approved.
"The hub view crashes on launch when the member has no active membership. Fix and resubmit."
URL to download the compressed source code archive that produced this build, or null when the build was uploaded without a source archive.
"https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
The build's review status.
draft, pending, approved, rejected "rejected"
The view types this build supports, as declared by the developer.
hub, discover, dash, dashboard, analytics, skills, openapi 
