Utility

Service Health Check

Performs a basic health check of the API service. This endpoint does not require authentication and is typically used by monitoring systems.

GET
/healthz
x-api-key<token>

API Key provided by Que. Obtain your key from the developer dashboard.

In: header

Response Body

fetch("https://dev-api.addque.org/healthz", {  method: "GET"})
{
  "status": "healthy",
  "message": "Que API is running",
  "timestamp": 1755802800
}