Health

Service status and version

Health check

get
/health
Responses
200

Service is healthy

application/json
get
/health
GET /openapi/v1/health HTTP/1.1
Host: api.teeinblue.com
Accept: */*
200

Service is healthy

{
  "status": "ok"
}

API version

get
/version
Responses
200

Current API version

application/json
get
/version
GET /openapi/v1/version HTTP/1.1
Host: api.teeinblue.com
Accept: */*
200

Current API version

{
  "version": "1.0.0"
}

Last updated