Authorizations
The app API key from an app from the /dashboard/developer page
Path Parameters
"apbu_xxxxxxxxxxxxx"
Response
A successful response
An App Build object representing a build of an application
The ID of the app build. It will look like apbu_xxxxx.
"apbu_xxxxxxxxxxxxx"
The platform of the app build (ios, android, web)
ios
, android
, web
The URL to download the app build .zip file.
When this app build was created.
1701406800
The status of the app build (draft, approved, rejected, pending, etc)
draft
, pending
, approved
, rejected
This is generated by the client and used to verify the integrity of the file that is submitted. It is a SHA256 hash of the app build file.
The supported app view types for the app build. These are the views that the developer has specified that this build supports.
The review message for the app build, if any. This is populated when the build is rejected and there is a reason specified by the reviewer.
Whether this app build is currently being used in production.