Perform immediate health check and return resultsThis endpoint performs health checks immediately and returns the results. Useful for testing and debugging.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Responses
🟢200OK
application/json
Successful Response
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/health/check/now' \
--header'Authorization: Bearer <token>'