cURL
curl --request GET \ --url https://{subdomain}.auth.{region}.nhost.run/v1/healthz
"OK"
Verify if the authentication service is operational using GET method
Service is healthy and operational
The response is of type enum<string>.
enum<string>
OK
Was this page helpful?