api/v1/customer/auth/app-version

POST

api/v1/customer/auth/app-version

This API method will the get data of the Latest IOS/Android App Version

Sample Request body

ParameterValue / TypeRequired
platformString(android_config\ios_config)true

Sample Response

{
    "status": true,
    "data": {
        "available": 1.1,
        "force_update": false
    }
}
{
    "status": false,
    "message": "Something went wrong, Please try again!"
}