1. Help Center
  2. Akuity Platform

Health Check Endpoint for Akuity Platform

Is there a health check URL available for Akuity that can be used for synthetic monitoring?

To perform a simple health check to verify that the Akuity Platform is up and running, the endpoint /api/healthz can be used. e.g. https://akuity.cloud/api/healthz

This endpoint returns a 200 OK response when the platform is healthy. It is ideal for use with synthetic monitoring tools such as Datadog, New Relic, or custom scripts in CI/CD systems.

✅ This endpoint is lightweight and designed for basic platform availability checks — it does not require authentication.