Response Attributes

The upload endpoint returns structured metadata extracted from the submitted mobile binary. This response confirms upload success and provides authoritative application identifiers that Drizz uses for device provisioning, execution routing, and version tracking. The payload enables CI/CD pipelines and QA workflows to verify that the correct build was uploaded and is ready for test execution.

Attribute

Data Type

Description

Example

message

string

Upload status

APK uploaded successfully

details.package_name

string

App package name

com.example.app

details.version_name

string

App version

1.0.0

details.version_code

number

App version code

100

Last updated

Was this helpful?