Health

Check API Status

Description

Use Cases
  • Health check for operations
Curl Example
curl -k -X GET "https://edit.livingdocs.io/proxy/api/api/v1/health" \
  -H "Accept: application/json"

Endpoint

GET api/v1/health

Response

200
OK
{
  "status": "ok"
}