Skip to main content
GET
/
health
/
ready
Readiness check endpoint
curl --request GET \
  --url http://localhost:{port}/health/ready \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication

Response

200

Application is ready