Health
Returns the health status and the version of the Fotokite API.
Responses
200
API is healthy
application/json
Health response
statusstringRequiredExample:
Health status
OKapi_versionstringRequiredExample:
SemVer version of the Fotokite API.
1.0.1500
API is not healthy
application/json
get/health
GET /api/health HTTP/1.1
Host: 192.168.2.100:3128
Accept: */*
{
"status": "OK",
"api_version": "1.0.1"
}Returns the health status and the version of the Fotokite API.
Responses
200
API is healthy
application/json
Health response
statusstringRequiredExample:
Health status
OKapi_versionstringRequiredExample:
SemVer version of the Fotokite API.
1.0.1500
API is not healthy
application/json
get/v1/health
GET /api/v1/health HTTP/1.1
Host: 192.168.2.100:3128
Accept: */*
{
"status": "OK",
"api_version": "1.0.1"
}Last updated