---
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.

---

[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/eb1883ce3c67/schema)
