Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://demo.law4devs.eu/api/v1/health
{
  "status": "ok",
  "database": "ok",
  "version": "1.0.0"
}

Response

API and database are healthy

status
string
Example:

"ok"

database
string
Example:

"ok"

version
string
Example:

"1.0.0"