---
title: "API root (v2)"
method: GET
path: "/v2"
---

# API root (v2)

`GET /v2`

Unauthenticated liveness check for the v2 surface. Takes no parameters and returns a plain-text greeting with a 200 status. Use it to confirm connectivity and DNS before authenticating; it does not validate your API key.

## Response `200`

The API is reachable. Returns a plain-text greeting; use it as an unauthenticated liveness probe for the v2 surface.

## Other responses

- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

## Changes

- **2026-08-27** `a2f71a243839` — 4 info
  - api operation id `getApiRootV2` was added
  - added the media type `text/plain` for the response with the status `200`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`

[Change history](https://skmtc.dev/getdex/apis/dex-public-api/changes/v2/get.md)

---

[API](https://skmtc.dev/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.dev/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getdex/dex-public-api/revisions/205c21bccd0c/schema)
