v1

latestOpenAPI 3.0.32026-07-17502149.6 KB
Acquisition

Check for updates (v0.1 API)

Legacy API endpoint for update checks with snake_case parameters

get/v0.1/public/codepush/update_check

Query parameters

deployment_keystring required
app_versionstring required
package_hashstring
labelstring
client_unique_idstring
is_companionboolean

Response

Update check response (snake_case format)

Example response

{
  "update_info": {
    "appVersion": "1.0.0",
    "description": "Bug fixes and performance improvements",
    "rollout": 50,
    "label": "v23"
  }
}