Skip to content

Ping for public services without auth ​

GET
/v1/health/ping

Readiness probe: Check if the container is ready to handle requests.
Uses INFORMATION_SCHEMA query to verify database connectivity.
Query fails if internal DNS is broken or DB connection is unavailable.

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Responses​

OK

application/json
JSON
{
  
"status": "string",
  
"echo": "string"
}

Playground​

Server
Authorization

Samples​