Endpoint
Response
200 — API is running
Always
"ok" when the API is running.The active decree identifier:
"033-2026".The API version:
"1.0.0".ISO 8601 UTC timestamp of the response.
GET /health — Verify the API is running
/health as the health check target for load balancers, container orchestrators, and uptime monitors. Because this endpoint has no caching and no business logic, it is fast and safe to poll frequently.GET /health
"ok" when the API is running."033-2026"."1.0.0".curl http://localhost:3000/health
{
"status": "ok",
"decreto": "033-2026",
"version": "1.0.0",
"timestamp": "2026-03-10T14:30:00.000Z"
}
Powered by Mintlify
Auto-generate your docs