---
title: "Check for newer versions of Web Tools."
method: POST
path: "/v1/voice-agents/web-tool/version-check"
deprecated: true
---

# Check for newer versions of Web Tools.

`POST /v1/voice-agents/web-tool/version-check`

> **Deprecated.**

Checks if there are newer versions available for the specified web tools.

## Request body

- CheckVersionRequest
  - `webToolIds` string[], required — Array of web tool UUIDs to check for version updates.

## Response `200`

Successful response

- CheckVersionResponse
  - `success` boolean
  - `message` string
  - `data` VersionCheckResult[]
    - `webToolId` string, uuid
    - `currentVersion` string
    - `latestVersion` string
    - `hasUpdate` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
