--- title: Health --- ## Check API Status **Use Cases** - Health check for operations **Curl Example** ```bash curl -k -X GET "https://server.livingdocs.io/api/2026-05/health" ``` **Endpoint** ```http GET /api/2026-05/health ``` **Response** _200 OK_ ```json { "status": "ok" } ```