GET
/
v1
/
check
/
ready
curl --request GET \
  --url https://api.corebanq.com/v1/check/ready \
  --header 'X-PreStop-Token: <api-key>'
"Server ready to accept requests"

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 ready to accept requests

The response is of type string.

Example:

"Server ready to accept requests"