Check if the application is ready to respond
GET/heartbeat
This heartbeat check can be used for waiting on the application to be responsive
Responses
- 204
- 429
- default
No Content. The request was successfully executed. The application is responding.
Too Many Requests. The user has sent too many requests in a given amount of time.
Internal Server Error. A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.