Skip to content

Liveness and contract version

GET
/health
curl --request GET \
--url https://api.sloose.com/health

Unauthenticated. contract is the hash-locked contract version this deployment was built against — the one number worth comparing when a client and the API disagree about a shape.

The deployment is up.

Media typeapplication/json
object
ok
required
boolean
service
required
string
Allowed values: sloose-api
environment
required
string
Allowed values: development staging production
contract
required
string
Example
{
"ok": true,
"service": "sloose-api",
"environment": "development"
}