GET
/
version
/
mobile
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "app_url": "<string>",
      "force_upgrade": true
    }
  ],
  "success": true
}

Query Parameters

version
string
required

Version

platform
string
required

Platform

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean