# App Version

| **API URL**     | {{url}}/spice-service/static-data/app-version |
| --------------- | --------------------------------------------- |
| **Method**      | POST                                          |
| **Description** | App Version                                   |

#### **Sample Input:** <a href="#appversion-sampleinput" id="appversion-sampleinput"></a>

Send App Version in HEADERS

#### **Sample Output:** <a href="#appversion-sampleoutput" id="appversion-sampleoutput"></a>

```
{
    "message": "App version is up-to-date.",
    "entity": true,
    "status": true,
    "entityList": null,
    "responseCode": 200,
    "totalCount": null
}
```
