Healthcheck
Authorizations
AuthorizationstringRequired
Responses
200
OK
application/json
417
Expectation Failed error code is only returned when the server or response chain does not support expectations.
get/api/v1/healthcheck/
GET /api/v1/healthcheck/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"database": {
"default": {
"status": "OK"
}
},
"cache": {
"default": {
"status": "OK"
}
}
}Authorizations
AuthorizationstringRequired
Responses
204
No content
No content
417
Expectation Failed error code is only returned when the server or response chain does not support expectations.
head/api/v1/healthcheck/
HEAD /api/v1/healthcheck/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
No content
Last updated
Was this helpful?

