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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt

Use this file to discover all available pages before exploring further.

Response

API and database are healthy

status
string
Example:

"ok"

database
string
Example:

"ok"

version
string
Example:

"1.0.0"