API root (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.

get/v2

Response

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

Changes