---
title: "Check Version"
method: POST
path: "/app-versions/check"
tags: ["App Versions"]
---

# Check Version

`POST /app-versions/check`

Check if the client app needs an update.
This endpoint can be called by the native app to check if an update is required.

## Request body

- BodyCheckVersionAppVersionsCheckPost
  - `current_version` string, required
  - `platform` string

## Response `200`

Successful Response

- VersionCheckResponse
  - `needs_update` boolean, required
  - `latest_version` string, required
  - `update_url` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
