GET
/
v1
/
check
/
health
curl --request GET \
  --url https://api.corebanq.com/v1/check/health \
  --header 'X-PreStop-Token: <api-key>'
"Liveness probe healthy"

Authorizations

X-PreStop-Token
string
header
required

Token for authenticating PreStop hook requests

Headers

Accept-Language
enum<string>
Available options:
en,
de,
fr,
it

Response

200
text/plain
Application is alive

The response is of type string.

Example:

"Liveness probe healthy"