POST
api/v1/customer/auth/app-version
This API method will the get data of the Latest IOS/Android App Version
Sample Request body
| Parameter | Value / Type | Required |
|---|---|---|
| platform | String(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!"
}