---
title: "health api"
method: GET
path: "/healthz"
tags: ["Health"]
---

# health api

`GET /healthz`

## Response `200`

A successful response.

- HealthResponse
  - `status` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-26** `b7278a55155e` — 1 info
  - endpoint added
- **2024-08-26** `89d2d169f9dd` — 1 breaking
  - api path removed without deprecation
- **2024-08-23** `f3b10e35081b` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-08-22** `282fb7ba2640` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/permify/apis/permify-api/changes/healthz/get.md)

---

[API](https://skmtc.dev/permify/apis/permify-api.md) · [All operations](https://skmtc.dev/permify/apis/permify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permify/permify-api/revisions/0be39db0d60f/schema)
