---
title: "Get API version information"
method: GET
path: "/v1/version"
tags: ["Events"]
---

# Get API version information

`GET /v1/version`

Returns the current API version, name, and description

## Response `200`

Version information retrieved successfully

- VersionResponse — API version information response
  - `version` string — API version
  - `api` string — API name
  - `description` string — API description

## Other responses

- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
