Skip to main content
GET
/
api
/
v1
/
health
Service health heartbeat
curl --request GET \
  --url https://api.contracting.kukkingu.software/api/v1/health
{
  "name": "contracting-sdk",
  "version": "1.0.0",
  "status": "ok"
}

Response

200 - application/json

Default Response

Service health status.

name
string
required
Example:

"contracting-sdk"

version
string
required
Example:

"1.0.0"

status
enum<string>
required

Operational status of the service.

Available options:
ok,
impaired,
down
Example:

"ok"