> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/spice-docs/engineering/api-documentation/spice-services/app-version.md).

# 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
}
```
