curl --request GET \
--url https://api.example.com/v1/system-checkCheck health of all system components.
Returns: JSON with status of:
Returns HTTP 503 if any checks fail.
curl --request GET \
--url https://api.example.com/v1/system-checkSuccessful Response
Was this page helpful?