Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-21"

Path Parameters

id
string
required

App build ID, prefixed abld_.

Response

app build retrieved

checksum
string
required

Client-generated checksum of the build file, used to verify file integrity.

Example:

"xxxxxxxxxxxxxxx"

created_at
string
required

When the build was uploaded, as an ISO 8601 timestamp.

Example:

"2026-01-01T12:00:00.000Z"

file_url
string | null
required

URL to download the uploaded build artifact.

Example:

"https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

id
string
required

App build ID, prefixed abld_.

Example:

"apbu_xxxxxxxxxxxxxx"

is_production
boolean
required

Whether this build is the currently active production build for its platform.

Example:

false

platform
enum<string>
required

The target platform for this build.

Available options:
ios,
android,
web
Example:

"ios"

review_message
string | null
required

Feedback from the reviewer explaining a rejection, or null if the build has not been reviewed or was approved.

Example:

"The hub view crashes on launch when the member has no active membership. Fix and resubmit."

source_url
string | null
required

URL to download the compressed source code archive that produced this build, or null when the build was uploaded without a source archive.

Example:

"https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

status
enum<string>
required

The build's review status.

Available options:
draft,
pending,
approved,
rejected
Example:

"rejected"

supported_app_view_types
enum<string>[]
required

The view types this build supports, as declared by the developer.

Available options:
hub,
discover,
dash,
dashboard,
analytics,
skills,
openapi