Promote App Build
Promotes a draft or approved app build to production so it becomes the active version served to users. Draft builds enter review first.
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
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-08-05-1"
Path Parameters
App build ID, prefixed abld_.
Response
app build promotion started
Client-generated checksum of the build file, used to verify file integrity.
When the build was uploaded, as an ISO 8601 timestamp.
URL to download the uploaded build artifact.
App build ID, prefixed abld_.
Whether this build is the currently active production build for its platform.
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.
URL to download the compressed source code archive that produced this build, or null when the build was uploaded without a source archive.
The build's review status.
draft, pending, approved, rejected "draft"
The view types this build supports, as declared by the developer.
hub, discover, dash, dashboard, analytics, skills, openapi 
