API root (v1)

Unauthenticated liveness check for the v1 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/v1

Response

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

Changes