Skip to content

Get App Versions

Returns information about currently supported and available app versions for a specific platform.

POST/misc/v1/getappversions
Terminal window
curl -X POST https://api.juspredict.com/misc/v1/getappversions \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"os": 1
}'
{
"status": { "type": "SUCCESS" },
"app_versions": [
{ "version": "1.0.5", "is_critical": false }
]
}
FieldTypeDescription
statusStatusOperation status.