Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The package name of the app
Query Parameters
Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.
Body
Version code of the app
42
URL of the APK file
"https://storage.example.com/apps/com.example.app.apk"
Version name of the app
"1.0.0"
MD5 hash of the APK file
"d41d8cd98f00b204e9800998ecf8427e"
URL of the OBB file
"https://storage.example.com/apps/com.example.app.obb"
MD5 hash of the OBB file
"d41d8cd98f00b204e9800998ecf8427e"
Label for uniqueness among app versions
"Quest"
Size of the APK file in bytes
72633861
Size of the OBB file in bytes
1024
Response
The created app version