Health

Service status and version

Health check

get
Responses
200

Service is healthy

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

Service is healthy

{
  "status": "ok"
}

API version

get
Responses
200

Current API version

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

Current API version

{
  "version": "1.0.0"
}