Skip to main content

Probe endpoint

Use this endpoint to check whether your instance is operational. The endpoint can be used without an access key. For more information about health checks, see Perform a service health check.

HTTP request

GET https://{instance}.mauth.nevis.cloud/probe.html

Example HTTP request

curl https://$instance.mauth.nevis.cloud/probe.html

HTTP response

The endpoint only returns a response if the instance is operational. In this case the response is 200 OK. If there are issues with the instance, the endpoint is not available.

Example HTTP response

200 OK: Success response

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Nevis Authentication Cloud - Probe</title>
</head>
<body>
OK
</body>
</html>